update to Gradle 8.4, netty 4.1.100

This commit is contained in:
Jörg Prante 2023-10-19 18:22:01 +02:00
parent 3f8520ed95
commit 2b413def7a
3 changed files with 11 additions and 12 deletions

View file

@ -1,5 +1,5 @@
group = org.xbib group = org.xbib
name = net-http name = net-http
version = 4.0.1 version = 4.0.2
org.gradle.warning.mode = ALL org.gradle.warning.mode = ALL

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-rc-1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

View file

@ -1,14 +1,13 @@
dependencyResolutionManagement { dependencyResolutionManagement {
versionCatalogs { versionCatalogs {
libs { libs {
version('gradle', '8.4-rc-1') version('gradle', '8.4')
version('junit', '5.10.0') version('junit', '5.10.0')
version('groovy', '4.0.13') version('groovy', '4.0.15')
version('netty', '4.1.98.Final') version('netty', '4.1.100.Final')
version('netty-tcnative', '2.0.61.Final') version('netty-tcnative', '2.0.62.Final')
version('datastructures', '2.3.1') version('datastructures', '5.0.5')
version('config', '5.0.3') version('net', '4.0.0')
version('net', '3.3.4')
library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit') 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-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit')
library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit') library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')
@ -37,9 +36,9 @@ dependencyResolutionManagement {
library('datastructures-common', 'org.xbib', 'datastructures-common').versionRef('datastructures') library('datastructures-common', 'org.xbib', 'datastructures-common').versionRef('datastructures')
library('datastructures-json-tiny', 'org.xbib', 'datastructures-json-tiny').versionRef('datastructures') library('datastructures-json-tiny', 'org.xbib', 'datastructures-json-tiny').versionRef('datastructures')
library('datastructures-yaml-tiny', 'org.xbib', 'datastructures-yaml-tiny').versionRef('datastructures') library('datastructures-yaml-tiny', 'org.xbib', 'datastructures-yaml-tiny').versionRef('datastructures')
library('config', 'org.xbib', 'config').versionRef('config') library('config', 'org.xbib', 'config').versionRef('datastructures')
library('settings-datastructures-json', 'org.xbib', 'settings-datastructures-json').versionRef('config') library('settings-datastructures-json', 'org.xbib', 'settings-datastructures-json').versionRef('datastructures')
library('settings-datastructures-yaml', 'org.xbib', 'settings-datastructures-yaml').versionRef('config') library('settings-datastructures-yaml', 'org.xbib', 'settings-datastructures-yaml').versionRef('datastructures')
library('jdbc-query', 'org.xbib', 'jdbc-query').version('1.3.0') library('jdbc-query', 'org.xbib', 'jdbc-query').version('1.3.0')
library('jdbc-connection-pool', 'org.xbib', 'jdbc-connection-pool').version('1.3.0') library('jdbc-connection-pool', 'org.xbib', 'jdbc-connection-pool').version('1.3.0')
library('event', 'org.xbib', 'event').version('0.0.2') library('event', 'org.xbib', 'event').version('0.0.2')