deps: update jackson to 2.15.0

This commit is contained in:
Stefan Kalscheuer 2023-04-29 10:21:25 +02:00
parent 00422ea00c
commit 402567a0db
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## unreleased
### Dependencies
* Updated Jackson to 2.15.0
## 1.1.3 (2023-01-31) ## 1.1.3 (2023-01-31)
### Deprecations ### Deprecations

View File

@ -140,19 +140,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.14.2</version> <version>2.15.0</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.2</version> <version>5.9.3</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>5.2.0</version> <version>5.3.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>