diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2b3a0..86fc13e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## unreleased +### Dependencies +* Updated Jackson to 2.13.4.2 + ### Test * Tested against Vault 1.2.0 to 1.12.0 * Disable AppID tests for Vault 1.12 and above (auth method removed) diff --git a/pom.xml b/pom.xml index 051f991..927ac8e 100644 --- a/pom.xml +++ b/pom.xml @@ -116,19 +116,19 @@ com.fasterxml.jackson.core jackson-databind - 2.13.3 + 2.13.4.2 org.junit.jupiter junit-jupiter - 5.9.0 + 5.9.1 test org.mockito mockito-core - 4.7.0 + 4.8.1 test @@ -140,7 +140,7 @@ com.github.tomakehurst wiremock-jre8 - 2.33.2 + 2.34.0 test