update netty to 4.1.110, update jackson to 2.17.1, update datastructures to 5.1.0

This commit is contained in:
Jörg Prante 2024-05-23 10:28:32 +02:00
parent 2e83b1754c
commit 6b774d3a4d
2 changed files with 5 additions and 6 deletions

View file

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

View file

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