deps: update jackson to 2.17.0

This commit is contained in:
Stefan Kalscheuer 2024-03-23 17:49:06 +01:00
parent df251f1f2c
commit fe309746fe
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

@ -49,12 +49,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
<dependency>