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