From c195ce20e3cbf09e6d558cafbb05d02627e5fa61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Prante?= Date: Wed, 27 Sep 2023 14:46:14 +0200 Subject: [PATCH] update boncycastle to 1.76, jackson to 2.15.2 --- gradle.properties | 2 +- settings.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 85c4a2e..abc1dda 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = org.xbib name = net -version = 3.3.3 +version = 3.3.4 org.gradle.warning.mode = ALL diff --git a/settings.gradle b/settings.gradle index 74b85a1..43cbed0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -16,15 +16,15 @@ dependencyResolutionManagement { versionCatalogs { libs { version('gradle', '8.1.1') - version('junit', '5.9.3') + version('junit', '5.10.0') library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit') library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit') library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit') library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2') - library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.73') - library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.14.3') + library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.76') + library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.15.2') library('jna', 'net.java.dev.jna', 'jna').version('5.13.0') - library('datastructures-common', 'org.xbib', 'datastructures-common').version('2.3.0') + library('datastructures-common', 'org.xbib', 'datastructures-common').version('2.3.1') } } }