update tp bouncycastle 1.78.1, jackson 2.17.1, datastructures 5.1.0
This commit is contained in:
parent
7736017bcf
commit
ac6e1480dc
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
group = org.xbib
|
||||
name = net
|
||||
version = 4.4.0
|
||||
version = 4.5.0
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue