fix: add jackson annotation module dependency (#84)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-23 12:39:37 +01:00
parent a1dd2b20fb
commit 5a9d6d9183
2 changed files with 4 additions and 0 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)
### Fix
* Add jackson-annotations requirement to module-info (#84)
### Dependencies
* Updated Jackson to 2.18.1 (#83)