deps: update jackson dependency to 2.13.2

This commit is contained in:
Stefan Kalscheuer 2022-06-23 18:23:49 +02:00
parent 4b1b4399e1
commit 69287f7196
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.3
### Test ### Test
* Tested against Vault 1.11.0 * Tested against Vault 1.11.0

View File

@ -116,7 +116,7 @@
<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.2.2</version> <version>2.13.3</version>
</dependency> </dependency>
<dependency> <dependency>
@ -128,7 +128,7 @@
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>4.5.1</version> <version>4.6.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.1</version> <version>2.33.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -300,7 +300,7 @@
<plugin> <plugin>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId> <artifactId>dependency-check-maven</artifactId>
<version>7.1.0</version> <version>7.1.1</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>