diff --git a/CHANGELOG.md b/CHANGELOG.md index 9878916..951379d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## unreleased +### Security +* Updated dependencies + + ## 1.2.0 - 2019-06-20 ### Security * Updated dependencies @@ -8,6 +13,7 @@ All notable changes to this project will be documented in this file. ### Features * Added support for stream API with asynchronous reader, using `getTripsStream()` method (#1) + ## 1.1.4 - 2018-11-19 ### Fixed * Fixed issue with direction ID as `String` instead if `Integer` (#2) diff --git a/pom.xml b/pom.xml index 6d58f12..129bc73 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.stklcode.pubtrans juraclient - 1.2.0 + 1.2.1-SNAPSHOT UTF-8 @@ -55,12 +55,12 @@ com.fasterxml.jackson.core jackson-databind - 2.9.9 + 2.9.9.1 org.junit.jupiter junit-jupiter-engine - 5.4.2 + 5.5.1 test @@ -72,13 +72,13 @@ net.bytebuddy byte-buddy - 1.9.13 + 1.9.15 test net.bytebuddy byte-buddy-agent - 1.9.13 + 1.9.15 test