update tp bouncycastle 1.78.1, jackson 2.17.1, datastructures 5.1.0

This commit is contained in:
Jörg Prante 2024-05-23 10:17:05 +02:00
parent 7736017bcf
commit ac6e1480dc
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
group = org.xbib
name = net
version = 4.4.0
version = 4.5.0

View file

@ -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')