deps: update jackson dependency to 2.13.4.2

This commit is contained in:
Stefan Kalscheuer 2022-10-26 10:11:19 +02:00
parent adedc277fa
commit 81decd1a4c
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
## unreleased ## unreleased
### Dependencies
* Updated Jackson to 2.13.4.2
### Test ### Test
* Tested against Vault 1.2.0 to 1.12.0 * Tested against Vault 1.2.0 to 1.12.0
* Disable AppID tests for Vault 1.12 and above (auth method removed) * Disable AppID tests for Vault 1.12 and above (auth method removed)

View File

@ -116,19 +116,19 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.13.3</version> <version>2.13.4.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId> <artifactId>junit-jupiter</artifactId>
<version>5.9.0</version> <version>5.9.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>4.7.0</version> <version>4.8.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -140,7 +140,7 @@
<dependency> <dependency>
<groupId>com.github.tomakehurst</groupId> <groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId> <artifactId>wiremock-jre8</artifactId>
<version>2.33.2</version> <version>2.34.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>