diff --git a/gradle.properties b/gradle.properties index caaf55a..0c33b26 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = org.xbib name = content -version = 5.0.3 +version = 5.0.4 org.gradle.warning.mode = ALL diff --git a/settings.gradle b/settings.gradle index 5da4777..1d2c895 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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') } } }