deps: update jackson to 2.19.2 (#105)

This commit is contained in:
2025-07-20 15:44:39 +02:00
parent 12aee10741
commit 27c94870d3
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
## unreleased
### Dependencies
* Updated Jackson to 2.19.2 (#105)
## 1.5.2 (2025-07-16)
### Dependencies

View File

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