update to jackson 2.15.2

This commit is contained in:
Jörg Prante 2023-09-27 17:06:10 +02:00
parent 0af1cb38c5
commit cf295dce5a
2 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
group = org.xbib
name = content
version = 5.0.3
version = 5.0.4
org.gradle.warning.mode = ALL

View file

@ -16,8 +16,8 @@ dependencyResolutionManagement {
versionCatalogs {
libs {
version('gradle', '8.1.1')
version('junit', '5.9.2')
version('jackson', '2.14.2')
version('junit', '5.10.0')
version('jackson', '2.15.2')
version('datastructures', '2.3.0')
library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit')
@ -33,11 +33,11 @@ dependencyResolutionManagement {
library('datastructures-tiny', 'org.xbib', 'datastructures-tiny').versionRef('datastructures')
library('datastructures-json-tiny', 'org.xbib', 'datastructures-json-tiny').versionRef('datastructures')
library('datastructures-yaml-tiny', 'org.xbib', 'datastructures-yaml-tiny').versionRef('datastructures')
library('mockito-core', 'org.mockito', 'mockito-core').version('4.6.1')
library('mockito-inline', 'org.mockito', 'mockito-inline').version('4.6.1')
library('net', 'org.xbib', 'net').version('3.2.0')
library('woodstox', 'com.fasterxml.woodstox', 'woodstox-core').version('6.3.0')
library('snakeyaml', 'org.yaml', 'snakeyaml').version('2.0')
library('mockito-core', 'org.mockito', 'mockito-core').version('4.11.0')
library('mockito-inline', 'org.mockito', 'mockito-inline').version('4.11.0')
library('net', 'org.xbib', 'net').version('3.3.4')
library('woodstox', 'com.fasterxml.woodstox', 'woodstox-core').version('6.5.1')
library('snakeyaml', 'org.yaml', 'snakeyaml').version('2.2')
}
}
}