diff --git a/gradle.properties b/gradle.properties index b7691b9..6df7df8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = org.xbib name = net-http -version = 4.0.1 +version = 4.0.2 org.gradle.warning.mode = ALL diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e30733a..8838ba9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 diff --git a/settings.gradle b/settings.gradle index 7e1877c..4b4ef20 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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')