deps: update jackson to 2.17.0

This commit is contained in:
Stefan Kalscheuer 2024-03-23 17:58:23 +01:00
parent b99d3099ee
commit 8ee9ccb9c9
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

@ -6,7 +6,7 @@
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -50,7 +50,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.17.0</version>
</dependency>
<dependency>