deps: update jackson to 2.15.3

This commit is contained in:
Stefan Kalscheuer 2023-10-23 18:17:41 +02:00
parent 5e5143168e
commit 2722a125e5
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## unreleased
### Dependencies
* Updated Jackson to 2.15.3
## 1.1.5 (2023-08-19)
### Fix

View File

@ -49,7 +49,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.15.3</version>
</dependency>
<dependency>