From 093ffc7a49ca74ebbf20d7c8dd7c73bb548a345a Mon Sep 17 00:00:00 2001 From: Maksym Ostroverkhov Date: Thu, 29 Feb 2024 12:14:52 +0200 Subject: [PATCH] update dependencies --- gradle.properties | 14 +++++++------- rsocket-bom/gradle.lockfile | 4 ++-- rsocket-futures/gradle.lockfile | 4 ++-- rsocket-grpc/gradle.lockfile | 6 +++--- rsocket-helidon/gradle.lockfile | 4 ++-- rsocket-messages/gradle.lockfile | 6 +++--- rsocket-mutiny/gradle.lockfile | 6 +++--- rsocket-reactor/gradle.lockfile | 6 +++--- rsocket-rpc-futures/gradle.lockfile | 4 ++-- rsocket-rpc-grpc/gradle.lockfile | 6 +++--- rsocket-rpc-helidon/gradle.lockfile | 4 ++-- rsocket-rpc-mutiny/gradle.lockfile | 6 +++--- rsocket-rpc-reactor/gradle.lockfile | 6 +++--- rsocket-rpc-rxjava/gradle.lockfile | 4 ++-- rsocket-rpc-virtualthreads/gradle.lockfile | 4 ++-- rsocket-rxjava/gradle.lockfile | 4 ++-- rsocket-test/gradle.lockfile | 20 ++++++++++---------- 17 files changed, 54 insertions(+), 54 deletions(-) diff --git a/gradle.properties b/gradle.properties index 281d119..24fa342 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,21 +7,21 @@ googleJavaFormatPluginVersion=0.9 gitPluginVersion=0.13.0 versionsPluginVersion=0.45.0 -nettyBomVersion=4.1.106.Final -grpcStubVersion=1.61.0 -reactorBomVersion=2023.0.2 +nettyBomVersion=4.1.107.Final +grpcStubVersion=1.62.2 +reactorBomVersion=2023.0.3 rxjavaVersion=3.1.8 helidonCommonReactiveVersion=2.5.6 -mutinyVersion=2.5.6 +mutinyVersion=2.5.7 jsr305Version=3.0.2 javaxInjectVersion=1 javaxAnnotationVersion=1.3.2 jakartaInjectVersion=2.0.1 jakartaAnnotationVersion=2.1.1 -protobufVersion=3.25.2 +protobufVersion=3.25.3 -junitVersion=5.10.1 -assertjVersion=3.25.2 +junitVersion=5.10.2 +assertjVersion=3.25.3 release=false virtualthreads=true diff --git a/rsocket-bom/gradle.lockfile b/rsocket-bom/gradle.lockfile index 0ba62da..c249854 100644 --- a/rsocket-bom/gradle.lockfile +++ b/rsocket-bom/gradle.lockfile @@ -1,6 +1,6 @@ # 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. -io.netty:netty-bom:4.1.106.Final=classpath -io.projectreactor:reactor-bom:2023.0.2=classpath +io.netty:netty-bom:4.1.107.Final=classpath +io.projectreactor:reactor-bom:2023.0.3=classpath empty= diff --git a/rsocket-futures/gradle.lockfile b/rsocket-futures/gradle.lockfile index d116118..13bbde4 100644 --- a/rsocket-futures/gradle.lockfile +++ b/rsocket-futures/gradle.lockfile @@ -7,7 +7,7 @@ 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.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor diff --git a/rsocket-grpc/gradle.lockfile b/rsocket-grpc/gradle.lockfile index 7c6b534..ba9a7b2 100644 --- a/rsocket-grpc/gradle.lockfile +++ b/rsocket-grpc/gradle.lockfile @@ -7,8 +7,8 @@ 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.grpc:grpc-stub:1.61.0=compileClasspath,runtimeClasspath -io.netty:netty-buffer:4.1.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +io.grpc:grpc-stub:1.62.2=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor diff --git a/rsocket-helidon/gradle.lockfile b/rsocket-helidon/gradle.lockfile index 7742327..984632e 100644 --- a/rsocket-helidon/gradle.lockfile +++ b/rsocket-helidon/gradle.lockfile @@ -11,8 +11,8 @@ io.helidon.common:helidon-common-mapper:2.5.6=compileClasspath,runtimeClasspath io.helidon.common:helidon-common-reactive:2.5.6=compileClasspath,runtimeClasspath io.helidon.common:helidon-common-service-loader:2.5.6=compileClasspath,runtimeClasspath io.helidon.common:helidon-common:2.5.6=compileClasspath,runtimeClasspath -io.netty:netty-buffer:4.1.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor diff --git a/rsocket-messages/gradle.lockfile b/rsocket-messages/gradle.lockfile index fc884f7..c65e80f 100644 --- a/rsocket-messages/gradle.lockfile +++ b/rsocket-messages/gradle.lockfile @@ -7,8 +7,8 @@ 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.google.protobuf:protobuf-java:3.25.2=compileClasspath -io.netty:netty-buffer:4.1.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java:3.25.3=compileClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor diff --git a/rsocket-mutiny/gradle.lockfile b/rsocket-mutiny/gradle.lockfile index 865546e..313317f 100644 --- a/rsocket-mutiny/gradle.lockfile +++ b/rsocket-mutiny/gradle.lockfile @@ -7,9 +7,9 @@ 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.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath io.smallrye.common:smallrye-common-annotation:2.2.0=compileClasspath,runtimeClasspath -io.smallrye.reactive:mutiny:2.5.6=compileClasspath,runtimeClasspath +io.smallrye.reactive:mutiny:2.5.7=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor diff --git a/rsocket-reactor/gradle.lockfile b/rsocket-reactor/gradle.lockfile index 04cc39a..0080c6c 100644 --- a/rsocket-reactor/gradle.lockfile +++ b/rsocket-reactor/gradle.lockfile @@ -7,9 +7,9 @@ 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.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath -io.projectreactor:reactor-core:3.6.2=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath +io.projectreactor:reactor-core:3.6.3=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/rsocket-rpc-futures/gradle.lockfile b/rsocket-rpc-futures/gradle.lockfile index d116118..13bbde4 100644 --- a/rsocket-rpc-futures/gradle.lockfile +++ b/rsocket-rpc-futures/gradle.lockfile @@ -7,7 +7,7 @@ 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.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor diff --git a/rsocket-rpc-grpc/gradle.lockfile b/rsocket-rpc-grpc/gradle.lockfile index 7c6b534..ba9a7b2 100644 --- a/rsocket-rpc-grpc/gradle.lockfile +++ b/rsocket-rpc-grpc/gradle.lockfile @@ -7,8 +7,8 @@ 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.grpc:grpc-stub:1.61.0=compileClasspath,runtimeClasspath -io.netty:netty-buffer:4.1.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +io.grpc:grpc-stub:1.62.2=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor diff --git a/rsocket-rpc-helidon/gradle.lockfile b/rsocket-rpc-helidon/gradle.lockfile index 7742327..984632e 100644 --- a/rsocket-rpc-helidon/gradle.lockfile +++ b/rsocket-rpc-helidon/gradle.lockfile @@ -11,8 +11,8 @@ io.helidon.common:helidon-common-mapper:2.5.6=compileClasspath,runtimeClasspath io.helidon.common:helidon-common-reactive:2.5.6=compileClasspath,runtimeClasspath io.helidon.common:helidon-common-service-loader:2.5.6=compileClasspath,runtimeClasspath io.helidon.common:helidon-common:2.5.6=compileClasspath,runtimeClasspath -io.netty:netty-buffer:4.1.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor diff --git a/rsocket-rpc-mutiny/gradle.lockfile b/rsocket-rpc-mutiny/gradle.lockfile index 865546e..313317f 100644 --- a/rsocket-rpc-mutiny/gradle.lockfile +++ b/rsocket-rpc-mutiny/gradle.lockfile @@ -7,9 +7,9 @@ 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.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath io.smallrye.common:smallrye-common-annotation:2.2.0=compileClasspath,runtimeClasspath -io.smallrye.reactive:mutiny:2.5.6=compileClasspath,runtimeClasspath +io.smallrye.reactive:mutiny:2.5.7=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor diff --git a/rsocket-rpc-reactor/gradle.lockfile b/rsocket-rpc-reactor/gradle.lockfile index 04cc39a..0080c6c 100644 --- a/rsocket-rpc-reactor/gradle.lockfile +++ b/rsocket-rpc-reactor/gradle.lockfile @@ -7,9 +7,9 @@ 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.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath -io.projectreactor:reactor-core:3.6.2=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath +io.projectreactor:reactor-core:3.6.3=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/rsocket-rpc-rxjava/gradle.lockfile b/rsocket-rpc-rxjava/gradle.lockfile index b40548f..e8921f0 100644 --- a/rsocket-rpc-rxjava/gradle.lockfile +++ b/rsocket-rpc-rxjava/gradle.lockfile @@ -7,8 +7,8 @@ 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.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath io.reactivex.rxjava3:rxjava:3.1.8=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath diff --git a/rsocket-rpc-virtualthreads/gradle.lockfile b/rsocket-rpc-virtualthreads/gradle.lockfile index 2e61855..85634f5 100644 --- a/rsocket-rpc-virtualthreads/gradle.lockfile +++ b/rsocket-rpc-virtualthreads/gradle.lockfile @@ -7,7 +7,7 @@ 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.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 empty=annotationProcessor diff --git a/rsocket-rxjava/gradle.lockfile b/rsocket-rxjava/gradle.lockfile index b40548f..e8921f0 100644 --- a/rsocket-rxjava/gradle.lockfile +++ b/rsocket-rxjava/gradle.lockfile @@ -7,8 +7,8 @@ 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.106.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.106.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath io.reactivex.rxjava3:rxjava:3.1.8=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath diff --git a/rsocket-test/gradle.lockfile b/rsocket-test/gradle.lockfile index 01da63a..cccf164 100644 --- a/rsocket-test/gradle.lockfile +++ b/rsocket-test/gradle.lockfile @@ -7,19 +7,19 @@ 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.google.protobuf:protobuf-java:3.25.2=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath +com.google.protobuf:protobuf-java:3.25.3=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath com.google.protobuf:protoc:3.23.4=protobufToolsLocator_protoc -io.netty:netty-buffer:4.1.106.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath -io.netty:netty-common:4.1.106.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath +io.netty:netty-buffer:4.1.107.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath +io.netty:netty-common:4.1.107.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath net.bytebuddy:byte-buddy:1.14.11=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath -org.assertj:assertj-core:3.25.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath +org.assertj:assertj-core:3.25.3=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6 -org.junit.jupiter:junit-jupiter-api:5.10.1=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.10.1=testRuntimeClasspath -org.junit.jupiter:junit-jupiter-params:5.10.1=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.10.1=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.10.1=testRuntimeClasspath -org.junit:junit-bom:5.10.1=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath +org.junit.jupiter:junit-jupiter-params:5.10.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.2=testRuntimeClasspath +org.junit:junit-bom:5.10.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf