From 6b774d3a4d173b46db436bf6a717886433861aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Prante?= Date: Thu, 23 May 2024 10:28:32 +0200 Subject: [PATCH] update netty to 4.1.110, update jackson to 2.17.1, update datastructures to 5.1.0 --- gradle.properties | 2 +- settings.gradle | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 19c6d12..9259399 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group = org.xbib name = net-http -version = 4.5.0 +version = 4.5.1 diff --git a/settings.gradle b/settings.gradle index fc68d5a..5b86d99 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,10 +3,10 @@ dependencyResolutionManagement { libs { version('gradle', '8.7') version('groovy', '4.0.21') - version('netty', '4.1.109.Final') + version('netty', '4.1.110.Final') version('netty-tcnative', '2.0.65.Final') - version('datastructures', '5.0.7') - version('net', '4.4.0') + version('datastructures', '5.1.0') + version('net', '4.5.0') library('netty-codec-http2', 'io.netty', 'netty-codec-http2').versionRef('netty') library('netty-handler', 'io.netty', 'netty-handler').versionRef('netty') library('netty-handler-proxy', 'io.netty', 'netty-handler-proxy').versionRef('netty') @@ -14,8 +14,7 @@ dependencyResolutionManagement { library('netty-kqueue', 'io.netty', 'netty-transport-native-kqueue').versionRef('netty') library('netty-boringssl', 'io.netty', 'netty-tcnative-boringssl-static').versionRef('netty-tcnative') library('conscrypt', 'org.conscrypt', 'conscrypt-openjdk-uber').version('2.5.2') - library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.16.0') - library('jna', 'net.java.dev.jna', 'jna').version('5.14.0') + library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.17.1') library('groovy-templates', 'org.apache.groovy', 'groovy-templates').versionRef('groovy') library('j2html', 'org.xbib', 'j2html').version('2.0.0') library('webjars-bootstrap', 'org.webjars', 'bootstrap').version('5.1.0')