deps: update jackson to 2.20.0 (#106)
All checks were successful
CI / build-with-it (11, 1.2.0) (push) Successful in 47s
CI / build-with-it (11, 1.20.0) (push) Successful in 54s
CI / build-with-it (17, 1.2.0) (push) Successful in 43s
CI / build-with-it (17, 1.20.0) (push) Successful in 53s
CI / build-with-it (21, 1.2.0) (push) Successful in 44s
CI / build-with-it (true, 21, 1.20.0) (push) Successful in 51s

This commit is contained in:
2025-08-29 17:36:24 +02:00
parent 1536c23cf0
commit 29517b9d78
2 changed files with 3 additions and 3 deletions

View File

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

View File

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