deps: update jackson to 2.18.2 (#85)

This commit is contained in:
Stefan Kalscheuer 2024-11-29 20:22:34 +01:00
parent 5a9d6d9183
commit ccf820d524
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@
### Removal
* Remove deprecated `get...TimeString()` on model classes (#77)
* Drop support fpr deprecated `App-ID` auth backend (#61) (#78)
* Drop support for deprecated `App-ID` auth backend (#61) (#78)
### Fix
* Add jackson-annotations requirement to module-info (#84)
### Dependencies
* Updated Jackson to 2.18.1 (#83)
* Updated Jackson to 2.18.2 (#85)
## 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.1</version>
<version>2.18.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</dependency>
<dependency>