deps: update jackson to 2.14.2 and mockito to 5.0.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2023-01-29 11:16:58 +01:00
parent 909eab762c
commit 489e450dc8
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 11 additions and 5 deletions

View File

@ -3,6 +3,12 @@
### Deprecations
* AppID components (deprecated since 0.4) are marked for removal with the next major release
### Dependencies
* Updated Jackson to 2.14.2
### Improvements
* Minor internal refactoring
## 1.1.2 (2022-10-26)

View File

@ -134,19 +134,19 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.14.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.1</version>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.1</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
@ -158,7 +158,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.34.0</version>
<version>2.35.0</version>
<scope>test</scope>
</dependency>
<dependency>