deps: update jackson dependency to 2.13.2

This commit is contained in:
2022-06-23 18:23:49 +02:00
parent 4b1b4399e1
commit 69287f7196
2 changed files with 7 additions and 4 deletions

View File

@ -116,7 +116,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2.2</version>
<version>2.13.3</version>
</dependency>
<dependency>
@ -128,7 +128,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.5.1</version>
<version>4.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
@ -140,7 +140,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.33.1</version>
<version>2.33.2</version>
<scope>test</scope>
</dependency>
<dependency>
@ -300,7 +300,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.1.0</version>
<version>7.1.1</version>
<executions>
<execution>
<goals>