From 247cf08a54be8be96d0a8faf8e6d58fd218b1a80 Mon Sep 17 00:00:00 2001 From: Maksym Ostroverkhov Date: Sun, 30 Jul 2023 13:50:24 +0300 Subject: [PATCH 1/6] next development iteration --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b330404..349df8a 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ repositories { } dependencies { - implementation "com.jauntsdn.netty:netty-websocket-http1:1.1.0" + implementation "com.jauntsdn.netty:netty-websocket-http1:1.1.1" } ``` diff --git a/gradle.properties b/gradle.properties index 8c23493..8ee4d10 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.jauntsdn.netty -version=1.1.1 +version=1.1.2 googleJavaFormatPluginVersion=0.9 dependencyManagementPluginVersion=1.1.0 From 7c8276eff8263958bc121158a5ae450867ad3522 Mon Sep 17 00:00:00 2001 From: Maksym Ostroverkhov Date: Thu, 24 Aug 2023 14:47:08 +0300 Subject: [PATCH 2/6] update dependencies --- gradle.properties | 2 +- netty-websocket-http1-test/gradle.lockfile | 20 ++++++++++---------- netty-websocket-http1/gradle.lockfile | 16 ++++++++-------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8ee4d10..2925e1a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ gitPluginVersion=0.13.0 osDetectorPluginVersion=1.7.3 versionsPluginVersion=0.45.0 -nettyVersion=4.1.96.Final +nettyVersion=4.1.97.Final nettyTcnativeVersion=2.0.61.Final hdrHistogramVersion=2.1.12 slf4jVersion=1.7.36 diff --git a/netty-websocket-http1-test/gradle.lockfile b/netty-websocket-http1-test/gradle.lockfile index 4fe4bae..4525b41 100644 --- a/netty-websocket-http1-test/gradle.lockfile +++ b/netty-websocket-http1-test/gradle.lockfile @@ -9,16 +9,16 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6 com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6 com.google.guava:guava:22.0=googleJavaFormat1.6 com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6 -io.netty:netty-buffer:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec-http:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-common:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-handler:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-resolver:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-classes-epoll:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-classes-kqueue:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-native-unix-common:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-buffer:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec-http:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-common:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-handler:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-resolver:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-classes-epoll:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-classes-kqueue:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-native-unix-common:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy:1.12.21=testCompileClasspath,testRuntimeClasspath org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath diff --git a/netty-websocket-http1/gradle.lockfile b/netty-websocket-http1/gradle.lockfile index 0844f35..56e94c2 100644 --- a/netty-websocket-http1/gradle.lockfile +++ b/netty-websocket-http1/gradle.lockfile @@ -7,13 +7,13 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6 com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6 com.google.guava:guava:22.0=googleJavaFormat1.6 com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6 -io.netty:netty-buffer:4.1.96.Final=compileClasspath -io.netty:netty-codec-http:4.1.96.Final=compileClasspath -io.netty:netty-codec:4.1.96.Final=compileClasspath -io.netty:netty-common:4.1.96.Final=compileClasspath -io.netty:netty-handler:4.1.96.Final=compileClasspath -io.netty:netty-resolver:4.1.96.Final=compileClasspath -io.netty:netty-transport-native-unix-common:4.1.96.Final=compileClasspath -io.netty:netty-transport:4.1.96.Final=compileClasspath +io.netty:netty-buffer:4.1.97.Final=compileClasspath +io.netty:netty-codec-http:4.1.97.Final=compileClasspath +io.netty:netty-codec:4.1.97.Final=compileClasspath +io.netty:netty-common:4.1.97.Final=compileClasspath +io.netty:netty-handler:4.1.97.Final=compileClasspath +io.netty:netty-resolver:4.1.97.Final=compileClasspath +io.netty:netty-transport-native-unix-common:4.1.97.Final=compileClasspath +io.netty:netty-transport:4.1.97.Final=compileClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor From 092b6888a4f18368a8fd4563533435947a7f5dc2 Mon Sep 17 00:00:00 2001 From: Maksym Ostroverkhov Date: Thu, 28 Sep 2023 14:37:57 +0300 Subject: [PATCH 3/6] update dependencies --- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- netty-websocket-http1-test/gradle.lockfile | 20 ++++++++++---------- netty-websocket-http1/gradle.lockfile | 16 ++++++++-------- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2925e1a..1813979 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ gitPluginVersion=0.13.0 osDetectorPluginVersion=1.7.3 versionsPluginVersion=0.45.0 -nettyVersion=4.1.97.Final +nettyVersion=4.1.99.Final nettyTcnativeVersion=2.0.61.Final hdrHistogramVersion=2.1.12 slf4jVersion=1.7.36 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ae04661..070cb70 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/netty-websocket-http1-test/gradle.lockfile b/netty-websocket-http1-test/gradle.lockfile index 4525b41..4fa6e4b 100644 --- a/netty-websocket-http1-test/gradle.lockfile +++ b/netty-websocket-http1-test/gradle.lockfile @@ -9,16 +9,16 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6 com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6 com.google.guava:guava:22.0=googleJavaFormat1.6 com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6 -io.netty:netty-buffer:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec-http:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-common:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-handler:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-resolver:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-classes-epoll:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-classes-kqueue:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-native-unix-common:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport:4.1.97.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-buffer:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec-http:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-common:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-handler:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-resolver:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-classes-epoll:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-classes-kqueue:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-native-unix-common:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy:1.12.21=testCompileClasspath,testRuntimeClasspath org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath diff --git a/netty-websocket-http1/gradle.lockfile b/netty-websocket-http1/gradle.lockfile index 56e94c2..6b93ec1 100644 --- a/netty-websocket-http1/gradle.lockfile +++ b/netty-websocket-http1/gradle.lockfile @@ -7,13 +7,13 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6 com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6 com.google.guava:guava:22.0=googleJavaFormat1.6 com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6 -io.netty:netty-buffer:4.1.97.Final=compileClasspath -io.netty:netty-codec-http:4.1.97.Final=compileClasspath -io.netty:netty-codec:4.1.97.Final=compileClasspath -io.netty:netty-common:4.1.97.Final=compileClasspath -io.netty:netty-handler:4.1.97.Final=compileClasspath -io.netty:netty-resolver:4.1.97.Final=compileClasspath -io.netty:netty-transport-native-unix-common:4.1.97.Final=compileClasspath -io.netty:netty-transport:4.1.97.Final=compileClasspath +io.netty:netty-buffer:4.1.99.Final=compileClasspath +io.netty:netty-codec-http:4.1.99.Final=compileClasspath +io.netty:netty-codec:4.1.99.Final=compileClasspath +io.netty:netty-common:4.1.99.Final=compileClasspath +io.netty:netty-handler:4.1.99.Final=compileClasspath +io.netty:netty-resolver:4.1.99.Final=compileClasspath +io.netty:netty-transport-native-unix-common:4.1.99.Final=compileClasspath +io.netty:netty-transport:4.1.99.Final=compileClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor From 6843a07eb63bbe619902675127b1b044216a37ca Mon Sep 17 00:00:00 2001 From: Maksym Ostroverkhov Date: Thu, 28 Sep 2023 14:46:03 +0300 Subject: [PATCH 4/6] ci: enable java21 build; change jdk distribution to zulu (#5) --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c328874..792a8e8 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ ubuntu-20.04, macos-11, windows-2019 ] - jdk: [ 8, 11, 17 ] + jdk: [ 8, 11, 17, 21 ] fail-fast: false steps: @@ -25,7 +25,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: ${{ matrix.jdk }} - distribution: 'temurin' + distribution: 'zulu' - name: Cache Gradle packages uses: actions/cache@v3 with: From b3d77ceec62342884187c3d2bdfe9c98bdce0273 Mon Sep 17 00:00:00 2001 From: Maksym Ostroverkhov Date: Wed, 11 Oct 2023 13:41:06 +0300 Subject: [PATCH 5/6] update dependencies --- gradle.properties | 4 ++-- netty-websocket-http1-test/gradle.lockfile | 20 ++++++++++---------- netty-websocket-http1/gradle.lockfile | 16 ++++++++-------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1813979..f766307 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,8 +7,8 @@ gitPluginVersion=0.13.0 osDetectorPluginVersion=1.7.3 versionsPluginVersion=0.45.0 -nettyVersion=4.1.99.Final -nettyTcnativeVersion=2.0.61.Final +nettyVersion=4.1.100.Final +nettyTcnativeVersion=2.0.62.Final hdrHistogramVersion=2.1.12 slf4jVersion=1.7.36 logbackVersion=1.2.12 diff --git a/netty-websocket-http1-test/gradle.lockfile b/netty-websocket-http1-test/gradle.lockfile index 4fa6e4b..85bbd53 100644 --- a/netty-websocket-http1-test/gradle.lockfile +++ b/netty-websocket-http1-test/gradle.lockfile @@ -9,16 +9,16 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6 com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6 com.google.guava:guava:22.0=googleJavaFormat1.6 com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6 -io.netty:netty-buffer:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec-http:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-common:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-handler:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-resolver:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-classes-epoll:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-classes-kqueue:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-native-unix-common:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport:4.1.99.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-buffer:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec-http:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-common:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-handler:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-resolver:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-classes-epoll:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-classes-kqueue:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-native-unix-common:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy:1.12.21=testCompileClasspath,testRuntimeClasspath org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath diff --git a/netty-websocket-http1/gradle.lockfile b/netty-websocket-http1/gradle.lockfile index 6b93ec1..8e9d27b 100644 --- a/netty-websocket-http1/gradle.lockfile +++ b/netty-websocket-http1/gradle.lockfile @@ -7,13 +7,13 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6 com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6 com.google.guava:guava:22.0=googleJavaFormat1.6 com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6 -io.netty:netty-buffer:4.1.99.Final=compileClasspath -io.netty:netty-codec-http:4.1.99.Final=compileClasspath -io.netty:netty-codec:4.1.99.Final=compileClasspath -io.netty:netty-common:4.1.99.Final=compileClasspath -io.netty:netty-handler:4.1.99.Final=compileClasspath -io.netty:netty-resolver:4.1.99.Final=compileClasspath -io.netty:netty-transport-native-unix-common:4.1.99.Final=compileClasspath -io.netty:netty-transport:4.1.99.Final=compileClasspath +io.netty:netty-buffer:4.1.100.Final=compileClasspath +io.netty:netty-codec-http:4.1.100.Final=compileClasspath +io.netty:netty-codec:4.1.100.Final=compileClasspath +io.netty:netty-common:4.1.100.Final=compileClasspath +io.netty:netty-handler:4.1.100.Final=compileClasspath +io.netty:netty-resolver:4.1.100.Final=compileClasspath +io.netty:netty-transport-native-unix-common:4.1.100.Final=compileClasspath +io.netty:netty-transport:4.1.100.Final=compileClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor From 64a54955b7fca53a8f3bead945ff95bdf29bbd60 Mon Sep 17 00:00:00 2001 From: Maksym Ostroverkhov Date: Fri, 10 Nov 2023 17:29:53 +0200 Subject: [PATCH 6/6] update dependencies --- gradle.properties | 4 +-- netty-websocket-http1-test/gradle.lockfile | 32 +++++++++++----------- netty-websocket-http1/gradle.lockfile | 16 +++++------ 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/gradle.properties b/gradle.properties index f766307..88426a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,14 +7,14 @@ gitPluginVersion=0.13.0 osDetectorPluginVersion=1.7.3 versionsPluginVersion=0.45.0 -nettyVersion=4.1.100.Final +nettyVersion=4.1.101.Final nettyTcnativeVersion=2.0.62.Final hdrHistogramVersion=2.1.12 slf4jVersion=1.7.36 logbackVersion=1.2.12 jsr305Version=3.0.2 -junitVersion=5.10.0 +junitVersion=5.10.1 assertjVersion=3.24.2 org.gradle.parallel=true diff --git a/netty-websocket-http1-test/gradle.lockfile b/netty-websocket-http1-test/gradle.lockfile index 85bbd53..d267c47 100644 --- a/netty-websocket-http1-test/gradle.lockfile +++ b/netty-websocket-http1-test/gradle.lockfile @@ -9,26 +9,26 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6 com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6 com.google.guava:guava:22.0=googleJavaFormat1.6 com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6 -io.netty:netty-buffer:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec-http:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-common:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-handler:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-resolver:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-classes-epoll:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-classes-kqueue:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-native-unix-common:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport:4.1.100.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-buffer:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec-http:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-common:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-handler:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-resolver:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-classes-epoll:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-classes-kqueue:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-native-unix-common:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy:1.12.21=testCompileClasspath,testRuntimeClasspath org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 -org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.10.0=testRuntimeClasspath -org.junit.jupiter:junit-jupiter-params:5.10.0=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.10.0=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.10.0=testRuntimeClasspath -org.junit:junit-bom:5.10.0=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.1=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.1=testRuntimeClasspath +org.junit.jupiter:junit-jupiter-params:5.10.1=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.1=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.1=testRuntimeClasspath +org.junit:junit-bom:5.10.1=testCompileClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-api:1.7.36=compileClasspath,testCompileClasspath,testRuntimeClasspath empty=annotationProcessor,testAnnotationProcessor diff --git a/netty-websocket-http1/gradle.lockfile b/netty-websocket-http1/gradle.lockfile index 8e9d27b..85ab3c0 100644 --- a/netty-websocket-http1/gradle.lockfile +++ b/netty-websocket-http1/gradle.lockfile @@ -7,13 +7,13 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6 com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6 com.google.guava:guava:22.0=googleJavaFormat1.6 com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6 -io.netty:netty-buffer:4.1.100.Final=compileClasspath -io.netty:netty-codec-http:4.1.100.Final=compileClasspath -io.netty:netty-codec:4.1.100.Final=compileClasspath -io.netty:netty-common:4.1.100.Final=compileClasspath -io.netty:netty-handler:4.1.100.Final=compileClasspath -io.netty:netty-resolver:4.1.100.Final=compileClasspath -io.netty:netty-transport-native-unix-common:4.1.100.Final=compileClasspath -io.netty:netty-transport:4.1.100.Final=compileClasspath +io.netty:netty-buffer:4.1.101.Final=compileClasspath +io.netty:netty-codec-http:4.1.101.Final=compileClasspath +io.netty:netty-codec:4.1.101.Final=compileClasspath +io.netty:netty-common:4.1.101.Final=compileClasspath +io.netty:netty-handler:4.1.101.Final=compileClasspath +io.netty:netty-resolver:4.1.101.Final=compileClasspath +io.netty:netty-transport-native-unix-common:4.1.101.Final=compileClasspath +io.netty:netty-transport:4.1.101.Final=compileClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor