update to Gradle 8.4, netty 4.1.100
This commit is contained in:
parent
3f8520ed95
commit
2b413def7a
3 changed files with 11 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
group = org.xbib
|
||||
name = net-http
|
||||
version = 4.0.1
|
||||
version = 4.0.2
|
||||
|
||||
org.gradle.warning.mode = ALL
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
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
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
dependencyResolutionManagement {
|
||||
versionCatalogs {
|
||||
libs {
|
||||
version('gradle', '8.4-rc-1')
|
||||
version('gradle', '8.4')
|
||||
version('junit', '5.10.0')
|
||||
version('groovy', '4.0.13')
|
||||
version('netty', '4.1.98.Final')
|
||||
version('netty-tcnative', '2.0.61.Final')
|
||||
version('datastructures', '2.3.1')
|
||||
version('config', '5.0.3')
|
||||
version('net', '3.3.4')
|
||||
version('groovy', '4.0.15')
|
||||
version('netty', '4.1.100.Final')
|
||||
version('netty-tcnative', '2.0.62.Final')
|
||||
version('datastructures', '5.0.5')
|
||||
version('net', '4.0.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')
|
||||
|
@ -37,9 +36,9 @@ dependencyResolutionManagement {
|
|||
library('datastructures-common', 'org.xbib', 'datastructures-common').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('config', 'org.xbib', 'config').versionRef('config')
|
||||
library('settings-datastructures-json', 'org.xbib', 'settings-datastructures-json').versionRef('config')
|
||||
library('settings-datastructures-yaml', 'org.xbib', 'settings-datastructures-yaml').versionRef('config')
|
||||
library('config', 'org.xbib', 'config').versionRef('datastructures')
|
||||
library('settings-datastructures-json', 'org.xbib', 'settings-datastructures-json').versionRef('datastructures')
|
||||
library('settings-datastructures-yaml', 'org.xbib', 'settings-datastructures-yaml').versionRef('datastructures')
|
||||
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('event', 'org.xbib', 'event').version('0.0.2')
|
||||
|
|
Loading…
Reference in a new issue