deps: update jackson to 2.18.1 (#83)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2024-10-31 12:14:56 +01:00
parent 9b6aa91e52
commit b0c6ea2d19
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@
* Remove deprecated `get...TimeString()` on model classes (#77)
* Drop support fpr deprecated `App-ID` auth backend (#61) (#78)
### Dependencies
* Updated Jackson to 2.18.1 (#83)
## 1.3.1 (2024-10-03)

View File

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