diff --git a/README.md b/README.md index 48e2899..42117ce 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ EchoWebSocketHandler http1WebSocketHandler = new EchoWebSocketHandler(); Http2WebSocketClientHandshaker handShaker = Http2WebSocketClientHandshaker.create(channel); Http2Headers headers = - new DefaultHttp2Headers().set("user-agent", "jauntsdn-websocket-http2-client/1.2.4"); + new DefaultHttp2Headers().set("user-agent", "jauntsdn-websocket-http2-client/1.2.5"); ChannelFuture handshakeFuture = /*http1 websocket handler*/ handShaker.handshake("/echo", headers, new EchoWebSocketHandler()); @@ -286,7 +286,7 @@ repositories { } dependencies { - implementation 'com.jauntsdn.netty:netty-websocket-http2:1.2.4' + implementation 'com.jauntsdn.netty:netty-websocket-http2:1.2.5' } ``` diff --git a/gradle.properties b/gradle.properties index a5e3007..ac082ca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.jauntsdn.netty -version=1.2.5 +version=1.2.6 googleJavaFormatPluginVersion=0.9 dependencyManagementPluginVersion=1.1.0 @@ -7,16 +7,16 @@ gitPluginVersion=0.13.0 osDetectorPluginVersion=1.7.3 versionsPluginVersion=0.45.0 -nettyVersion=4.1.104.Final -jauntNettyWebsocketHttp1=1.1.2 -nettyTcnativeVersion=2.0.62.Final +nettyVersion=4.1.109.Final +jauntNettyWebsocketHttp1=1.1.4 +nettyTcnativeVersion=2.0.65.Final hdrHistogramVersion=2.1.12 slf4jVersion=1.7.36 -logbackVersion=1.2.12 +logbackVersion=1.2.13 jsr305Version=3.0.2 -junitVersion=5.10.1 -assertjVersion=3.24.2 +junitVersion=5.10.2 +assertjVersion=3.25.3 org.gradle.parallel=true org.gradle.configureondemand=true \ No newline at end of file diff --git a/netty-websocket-http2-callbacks-codec/gradle.lockfile b/netty-websocket-http2-callbacks-codec/gradle.lockfile index 438af9f..fbadd96 100644 --- a/netty-websocket-http2-callbacks-codec/gradle.lockfile +++ b/netty-websocket-http2-callbacks-codec/gradle.lockfile @@ -7,15 +7,15 @@ 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 -com.jauntsdn.netty:netty-websocket-http1:1.1.2=compileClasspath -io.netty:netty-buffer:4.1.104.Final=compileClasspath -io.netty:netty-codec-http2:4.1.104.Final=compileClasspath -io.netty:netty-codec-http:4.1.104.Final=compileClasspath -io.netty:netty-codec:4.1.104.Final=compileClasspath -io.netty:netty-common:4.1.104.Final=compileClasspath -io.netty:netty-handler:4.1.104.Final=compileClasspath -io.netty:netty-resolver:4.1.104.Final=compileClasspath -io.netty:netty-transport-native-unix-common:4.1.104.Final=compileClasspath -io.netty:netty-transport:4.1.104.Final=compileClasspath +com.jauntsdn.netty:netty-websocket-http1:1.1.4=compileClasspath +io.netty:netty-buffer:4.1.109.Final=compileClasspath +io.netty:netty-codec-http2:4.1.109.Final=compileClasspath +io.netty:netty-codec-http:4.1.109.Final=compileClasspath +io.netty:netty-codec:4.1.109.Final=compileClasspath +io.netty:netty-common:4.1.109.Final=compileClasspath +io.netty:netty-handler:4.1.109.Final=compileClasspath +io.netty:netty-resolver:4.1.109.Final=compileClasspath +io.netty:netty-transport-native-unix-common:4.1.109.Final=compileClasspath +io.netty:netty-transport:4.1.109.Final=compileClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor diff --git a/netty-websocket-http2/gradle.lockfile b/netty-websocket-http2/gradle.lockfile index 66d85ef..6f83340 100644 --- a/netty-websocket-http2/gradle.lockfile +++ b/netty-websocket-http2/gradle.lockfile @@ -1,35 +1,35 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -ch.qos.logback:logback-classic:1.2.12=testRuntimeClasspath -ch.qos.logback:logback-core:1.2.12=testRuntimeClasspath +ch.qos.logback:logback-classic:1.2.13=testRuntimeClasspath +ch.qos.logback:logback-core:1.2.13=testRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,googleJavaFormat1.6 com.google.errorprone:error_prone_annotations:2.0.18=googleJavaFormat1.6 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.104.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec-http2:4.1.104.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec-http:4.1.104.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec:4.1.104.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-common:4.1.104.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-handler:4.1.104.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-resolver:4.1.104.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-tcnative-boringssl-static:2.0.62.Final=testRuntimeClasspath -io.netty:netty-tcnative-classes:2.0.62.Final=testRuntimeClasspath -io.netty:netty-transport-native-unix-common:4.1.104.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport:4.1.104.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.21=testCompileClasspath,testRuntimeClasspath +io.netty:netty-buffer:4.1.109.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec-http2:4.1.109.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec-http:4.1.109.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec:4.1.109.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-common:4.1.109.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-handler:4.1.109.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-resolver:4.1.109.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-tcnative-boringssl-static:2.0.65.Final=testRuntimeClasspath +io.netty:netty-tcnative-classes:2.0.65.Final=testRuntimeClasspath +io.netty:netty-transport-native-unix-common:4.1.109.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport:4.1.109.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.14.11=testCompileClasspath,testRuntimeClasspath org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath -org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath +org.assertj:assertj-core:3.25.3=testCompileClasspath,testRuntimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 -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.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath +org.junit.jupiter:junit-jupiter-params:5.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.2=testRuntimeClasspath +org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=annotationProcessor,testAnnotationProcessor