diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e36d4..7d0a7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## unreleased + +### Improvements +* Dependency updates + + ## 0.9.0 (2020-04-29) ### Fixes diff --git a/pom.xml b/pom.xml index f9ac031..e1d2472 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.stklcode.jvault jvault-connector - 0.9.0 + 0.9.1-SNAPSHOT jar @@ -66,7 +66,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + 3.2.0 org.apache.maven.plugins @@ -85,6 +85,11 @@ maven-install-plugin 2.5.2 + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + org.apache.maven.plugins maven-surefire-plugin @@ -101,18 +106,18 @@ org.apache.httpcomponents httpclient - 4.5.12 + 4.5.13 com.fasterxml.jackson.core jackson-databind - 2.10.3 + 2.12.0 org.junit.jupiter junit-jupiter - 5.6.2 + 5.7.0 test @@ -124,42 +129,19 @@ org.mockito mockito-core - 3.3.3 + 3.6.28 test - - - net.bytebuddy - byte-buddy - - - net.bytebuddy - byte-buddy-agent - - org.mockito mockito-inline - 3.3.3 - test - - - - net.bytebuddy - byte-buddy - 1.10.9 - test - - - net.bytebuddy - byte-buddy-agent - 1.10.9 + 3.6.28 test commons-io commons-io - 2.6 + 2.8.0 test @@ -259,7 +241,7 @@ org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.6 prepare-agent