deps: update jackson to 2.18.1 (#83)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9b6aa91e52
commit
b0c6ea2d19
@ -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)
|
||||
|
||||
|
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user