diff --git a/gradle.properties b/gradle.properties index 85c4a2e..abc1dda 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = org.xbib name = net -version = 3.3.3 +version = 3.3.4 org.gradle.warning.mode = ALL diff --git a/settings.gradle b/settings.gradle index 74b85a1..43cbed0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -16,15 +16,15 @@ dependencyResolutionManagement { versionCatalogs { libs { version('gradle', '8.1.1') - version('junit', '5.9.3') + version('junit', '5.10.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') library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit') library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2') - library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.73') - library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.14.3') + library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.76') + library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.15.2') library('jna', 'net.java.dev.jna', 'jna').version('5.13.0') - library('datastructures-common', 'org.xbib', 'datastructures-common').version('2.3.0') + library('datastructures-common', 'org.xbib', 'datastructures-common').version('2.3.1') } } }