deps: update jackson to 3.0.0-rc9
All checks were successful
CI / build (17) (push) Successful in 42s
CI / build (true, 21) (push) Successful in 41s

Migrate packages from com.fasterxml.jackson to tools.jackson, adjust
exception handling and remove JSR310 module and replace with new
JavaTimeFeature flags.
This commit is contained in:
2025-07-20 15:40:46 +02:00
parent ac23b15e5c
commit 0067bf3f7f
5 changed files with 27 additions and 38 deletions

View File

@@ -16,9 +16,10 @@
### Breaking
* Requires Java 17 or later (#100)
* Required Jackson 3
### Dependencies
* Updated Jackson to 2.19.1 (#101)
* Updated Jackson to 3.0.0
### Fix
* Use `Long` for numeric TTL fields (#103) (#104)