Skip to content

Commit c4d78f6

Browse files
committed
update dependencies
1 parent 164e57f commit c4d78f6

File tree

15 files changed

+32
-32
lines changed

15 files changed

+32
-32
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ googleJavaFormatPluginVersion=0.9
77
gitPluginVersion=0.13.0
88
versionsPluginVersion=0.45.0
99

10-
nettyBomVersion=4.1.107.Final
10+
nettyBomVersion=4.1.108.Final
1111
grpcStubVersion=1.62.2
12-
reactorBomVersion=2023.0.3
12+
reactorBomVersion=2023.0.4
1313
rxjavaVersion=3.1.8
1414
mutinyVersion=2.5.8
1515
jsr305Version=3.0.2

rsocket-bom/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
io.netty:netty-bom:4.1.107.Final=classpath
5-
io.projectreactor:reactor-bom:2023.0.3=classpath
4+
io.netty:netty-bom:4.1.108.Final=classpath
5+
io.projectreactor:reactor-bom:2023.0.4=classpath
66
empty=

rsocket-futures/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
77
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
10-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
1212
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1313
empty=annotationProcessor

rsocket-grpc/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
1010
io.grpc:grpc-stub:1.62.2=compileClasspath,runtimeClasspath
11-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
12-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
12+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
empty=annotationProcessor

rsocket-messages/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
1010
com.google.protobuf:protobuf-java:3.25.3=compileClasspath
11-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
12-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
12+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
empty=annotationProcessor

rsocket-mutiny/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
77
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
10-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
1212
io.smallrye.common:smallrye-common-annotation:2.2.0=compileClasspath,runtimeClasspath
1313
io.smallrye.reactive:mutiny:2.5.8=compileClasspath,runtimeClasspath
1414
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6

rsocket-reactor/gradle.lockfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
77
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
10-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
12-
io.projectreactor:reactor-core:3.6.3=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
12+
io.projectreactor:reactor-core:3.6.4=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
1515
empty=annotationProcessor

rsocket-rpc-futures/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
77
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
10-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
1212
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1313
empty=annotationProcessor

rsocket-rpc-grpc/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
1010
io.grpc:grpc-stub:1.62.2=compileClasspath,runtimeClasspath
11-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
12-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
12+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
empty=annotationProcessor

rsocket-rpc-mutiny/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
77
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
10-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
1212
io.smallrye.common:smallrye-common-annotation:2.2.0=compileClasspath,runtimeClasspath
1313
io.smallrye.reactive:mutiny:2.5.8=compileClasspath,runtimeClasspath
1414
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6

rsocket-rpc-reactor/gradle.lockfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
77
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
10-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
12-
io.projectreactor:reactor-core:3.6.3=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
12+
io.projectreactor:reactor-core:3.6.4=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
1515
empty=annotationProcessor

rsocket-rpc-rxjava/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
77
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
10-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
1212
io.reactivex.rxjava3:rxjava:3.1.8=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath

rsocket-rpc-virtualthreads/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
77
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
10-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
1212
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1313
empty=annotationProcessor

rsocket-rxjava/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
77
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
10-
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.108.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.108.Final=compileClasspath,runtimeClasspath
1212
io.reactivex.rxjava3:rxjava:3.1.8=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath

rsocket-test/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
1010
com.google.protobuf:protobuf-java:3.25.3=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
1111
com.google.protobuf:protoc:3.23.4=protobufToolsLocator_protoc
12-
io.netty:netty-buffer:4.1.107.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
13-
io.netty:netty-common:4.1.107.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
12+
io.netty:netty-buffer:4.1.108.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
13+
io.netty:netty-common:4.1.108.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
1414
net.bytebuddy:byte-buddy:1.14.11=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
1515
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
1616
org.assertj:assertj-core:3.25.3=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath

0 commit comments

Comments
 (0)