diff --git a/gradle.properties b/gradle.properties index af3d071..2d32bc2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,3 @@ group = org.xbib name = netty-http -version = 4.1.100.0 - -org.gradle.warning.mode = ALL +version = 4.1.101.0 diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 7f93135..d64cd49 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8838ba9..e6aba25 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-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/settings.gradle b/settings.gradle index 1e2186c..ef2dc1c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -15,10 +15,10 @@ pluginManagement { dependencyResolutionManagement { versionCatalogs { libs { - version('gradle', '8.4') - version('groovy', '4.0.15') - version('net', '4.0.0') - version('netty', '4.1.100.Final') + version('gradle', '8.5') + version('groovy', '4.0.16') + version('net', '4.0.3') + version('netty', '4.1.101.Final') version('netty-tcnative', '2.0.62.Final') library('groovy-core', 'org.codehaus.groovy', 'groovy').versionRef('groovy') library('netty-http2', 'io.netty', 'netty-codec-http2').versionRef('netty') @@ -26,21 +26,21 @@ dependencyResolutionManagement { library('netty-epoll', 'io.netty', 'netty-transport-native-epoll').versionRef('netty') library('netty-kqueue', 'io.netty', 'netty-transport-native-kqueue').versionRef('netty') library('netty-boringssl', 'io.netty', 'netty-tcnative-boringssl-static').versionRef('netty-tcnative') - library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.76') + library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.77') library('conscrypt', 'org.conscrypt', 'conscrypt-openjdk-uber').version('2.5.2') - library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.15.2') + library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.16.0') library('javassist', 'org.javassist', 'javassist').version('3.29.1-GA') library('guice', 'org.xbib', 'guice').version('5.0.1.0') library('net', 'org.xbib', 'net').versionRef('net') library('net-path', 'org.xbib', 'net-path').versionRef('net') } testLibs { - version('junit', '5.10.0') + version('junit', '5.10.1') version('spock', '2.4-M1-groovy-4.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') - library('junit-jupiter-platform-launcher', 'org.junit.platform', 'junit-platform-launcher').version('1.10.0') + library('junit-jupiter-platform-launcher', 'org.junit.platform', 'junit-platform-launcher').version('1.10.1') library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2') library('spock-core', 'org.spockframework', 'spock-core').versionRef('spock') library('spock-junit4', 'org.spockframework', 'spock-junit4').versionRef('spock')