update to datastructures 5.1.1
This commit is contained in:
parent
b06a1df806
commit
6b93e88500
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ dependencyResolutionManagement {
|
||||||
library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.78.1')
|
library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.78.1')
|
||||||
library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.17.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('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 {
|
testLibs {
|
||||||
version('junit', '5.10.2')
|
version('junit', '5.10.2')
|
||||||
|
|
Loading…
Reference in a new issue