deps: update jackson to 2.16.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2023-11-16 18:27:10 +01:00
parent 1d9e1458be
commit 02ae647002
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
## unreleased ## unreleased
### Dependencies ### Dependencies
* Updated Jackson to 2.15.3 * Updated Jackson to 2.16.0
## 1.1.5 (2023-08-19) ## 1.1.5 (2023-08-19)

View File

@ -49,7 +49,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.15.3</version> <version>2.16.0</version>
</dependency> </dependency>
<dependency> <dependency>