diff --git a/settings.gradle b/settings.gradle index f2e5213..9bf4c78 100644 --- a/settings.gradle +++ b/settings.gradle @@ -19,7 +19,7 @@ dependencyResolutionManagement { 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.1.0') + library('datastructures-common', 'org.xbib', 'datastructures-common').version('5.1.1') } testLibs { version('junit', '5.10.2')