diff --git a/gradle.properties b/gradle.properties index 3535251..f6034bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group = org.xbib name = net -version = 4.4.0 +version = 4.5.0 diff --git a/settings.gradle b/settings.gradle index d9c64bb..f2e5213 100644 --- a/settings.gradle +++ b/settings.gradle @@ -16,10 +16,10 @@ dependencyResolutionManagement { versionCatalogs { libs { version('gradle', '8.7') - library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.77') - library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.17.0') + library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.78.1') + library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.17.1') library('jna', 'net.java.dev.jna', 'jna').version('5.14.0') - library('datastructures-common', 'org.xbib', 'datastructures-common').version('5.0.7') + library('datastructures-common', 'org.xbib', 'datastructures-common').version('5.1.0') } testLibs { version('junit', '5.10.2')