Skip to content

Commit 741c57a

Browse files
committed
update dependencies
1 parent 849e783 commit 741c57a

File tree

15 files changed

+55
-53
lines changed

15 files changed

+55
-53
lines changed

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ googleJavaFormatPluginVersion=0.9
77
gitPluginVersion=0.13.0
88
versionsPluginVersion=0.45.0
99

10-
nettyBomVersion=4.1.110.Final
11-
grpcStubVersion=1.64.0
12-
reactorBomVersion=2023.0.6
10+
nettyBomVersion=4.1.112.Final
11+
grpcStubVersion=1.66.0
12+
reactorBomVersion=2023.0.8
1313
rxjavaVersion=3.1.8
14-
mutinyVersion=2.5.8
14+
mutinyVersion=2.6.2
1515
jsr305Version=3.0.2
1616
javaxInjectVersion=1
1717
javaxAnnotationVersion=1.3.2
1818
jakartaInjectVersion=2.0.1
1919
jakartaAnnotationVersion=2.1.1
20-
protobufVersion=3.25.3
20+
protobufVersion=3.25.4
2121

22-
junitVersion=5.10.2
23-
assertjVersion=3.25.3
22+
junitVersion=5.10.3
23+
assertjVersion=3.26.3
2424

2525
release=false
2626
virtualthreads=true

rsocket-bom/gradle.lockfile

Lines changed: 2 additions & 2 deletions
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.110.Final=classpath
5-
io.projectreactor:reactor-bom:2023.0.6=classpath
4+
io.netty:netty-bom:4.1.112.Final=classpath
5+
io.projectreactor:reactor-bom:2023.0.8=classpath
66
empty=

rsocket-futures/gradle.lockfile

Lines changed: 2 additions & 2 deletions
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.110.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.110.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
1212
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1313
empty=annotationProcessor

rsocket-grpc/gradle.lockfile

Lines changed: 3 additions & 3 deletions
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.grpc:grpc-stub:1.64.0=compileClasspath,runtimeClasspath
11-
io.netty:netty-buffer:4.1.110.Final=compileClasspath,runtimeClasspath
12-
io.netty:netty-common:4.1.110.Final=compileClasspath,runtimeClasspath
10+
io.grpc:grpc-stub:1.66.0=compileClasspath,runtimeClasspath
11+
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
12+
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
empty=annotationProcessor

rsocket-messages/gradle.lockfile

Lines changed: 3 additions & 3 deletions
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-
com.google.protobuf:protobuf-java:3.25.3=compileClasspath
11-
io.netty:netty-buffer:4.1.110.Final=compileClasspath,runtimeClasspath
12-
io.netty:netty-common:4.1.110.Final=compileClasspath,runtimeClasspath
10+
com.google.protobuf:protobuf-java:3.25.4=compileClasspath
11+
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
12+
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
empty=annotationProcessor

rsocket-mutiny/gradle.lockfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ 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.110.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.110.Final=compileClasspath,runtimeClasspath
12-
io.smallrye.common:smallrye-common-annotation:2.2.0=compileClasspath,runtimeClasspath
13-
io.smallrye.reactive:mutiny:2.5.8=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
12+
io.smallrye.common:smallrye-common-annotation:2.5.0=compileClasspath,runtimeClasspath
13+
io.smallrye.reactive:mutiny:2.6.2=compileClasspath,runtimeClasspath
1414
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
15+
org.jctools:jctools-core:4.0.5=compileClasspath,runtimeClasspath
1516
empty=annotationProcessor

rsocket-reactor/gradle.lockfile

Lines changed: 3 additions & 3 deletions
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.110.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.110.Final=compileClasspath,runtimeClasspath
12-
io.projectreactor:reactor-core:3.6.6=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
12+
io.projectreactor:reactor-core:3.6.8=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

Lines changed: 2 additions & 2 deletions
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.110.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.110.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
1212
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1313
empty=annotationProcessor

rsocket-rpc-grpc/gradle.lockfile

Lines changed: 3 additions & 3 deletions
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.grpc:grpc-stub:1.64.0=compileClasspath,runtimeClasspath
11-
io.netty:netty-buffer:4.1.110.Final=compileClasspath,runtimeClasspath
12-
io.netty:netty-common:4.1.110.Final=compileClasspath,runtimeClasspath
10+
io.grpc:grpc-stub:1.66.0=compileClasspath,runtimeClasspath
11+
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
12+
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
empty=annotationProcessor

rsocket-rpc-mutiny/gradle.lockfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ 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.110.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.110.Final=compileClasspath,runtimeClasspath
12-
io.smallrye.common:smallrye-common-annotation:2.2.0=compileClasspath,runtimeClasspath
13-
io.smallrye.reactive:mutiny:2.5.8=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
12+
io.smallrye.common:smallrye-common-annotation:2.5.0=compileClasspath,runtimeClasspath
13+
io.smallrye.reactive:mutiny:2.6.2=compileClasspath,runtimeClasspath
1414
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
15+
org.jctools:jctools-core:4.0.5=compileClasspath,runtimeClasspath
1516
empty=annotationProcessor

0 commit comments

Comments
 (0)