Skip to content

Commit d493964

Browse files
committed
update dependencies
1 parent 319812a commit d493964

File tree

17 files changed

+51
-51
lines changed

17 files changed

+51
-51
lines changed

gradle.properties

Lines changed: 6 additions & 6 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.100.Final
11-
grpcStubVersion=1.58.0
12-
reactorBomVersion=2022.0.11
13-
rxjavaVersion=3.1.7
10+
nettyBomVersion=4.1.101.Final
11+
grpcStubVersion=1.59.0
12+
reactorBomVersion=2022.0.12
13+
rxjavaVersion=3.1.8
1414
helidonCommonReactiveVersion=2.5.6
1515
mutinyVersion=2.5.1
1616
jsr305Version=3.0.2
1717
javaxInjectVersion=1
1818
javaxAnnotationVersion=1.3.2
1919
jakartaInjectVersion=2.0.1
2020
jakartaAnnotationVersion=2.1.1
21-
protobufVersion=3.24.3
21+
protobufVersion=3.25.0
2222

23-
junitVersion=5.10.0
23+
junitVersion=5.10.1
2424
assertjVersion=3.24.2
2525

2626
release=false

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.100.Final=classpath
5-
io.projectreactor:reactor-bom:2022.0.11=classpath
4+
io.netty:netty-bom:4.1.101.Final=classpath
5+
io.projectreactor:reactor-bom:2022.0.12=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.100.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.101.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.101.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.58.0=compileClasspath,runtimeClasspath
11-
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
12-
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
10+
io.grpc:grpc-stub:1.59.0=compileClasspath,runtimeClasspath
11+
io.netty:netty-buffer:4.1.101.Final=compileClasspath,runtimeClasspath
12+
io.netty:netty-common:4.1.101.Final=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
empty=annotationProcessor

rsocket-helidon/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ io.helidon.common:helidon-common-mapper:2.5.6=compileClasspath,runtimeClasspath
1111
io.helidon.common:helidon-common-reactive:2.5.6=compileClasspath,runtimeClasspath
1212
io.helidon.common:helidon-common-service-loader:2.5.6=compileClasspath,runtimeClasspath
1313
io.helidon.common:helidon-common:2.5.6=compileClasspath,runtimeClasspath
14-
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
15-
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
14+
io.netty:netty-buffer:4.1.101.Final=compileClasspath,runtimeClasspath
15+
io.netty:netty-common:4.1.101.Final=compileClasspath,runtimeClasspath
1616
jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath
1717
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1818
empty=annotationProcessor

rsocket-messages/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.100.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.101.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.101.Final=compileClasspath,runtimeClasspath
1212
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1313
empty=annotationProcessor

rsocket-mutiny/gradle.lockfile

Lines changed: 2 additions & 2 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.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.101.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.101.Final=compileClasspath,runtimeClasspath
1212
io.smallrye.common:smallrye-common-annotation:2.1.2=compileClasspath,runtimeClasspath
1313
io.smallrye.reactive:mutiny:2.5.1=compileClasspath,runtimeClasspath
1414
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6

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.100.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
12-
io.projectreactor:reactor-core:3.5.10=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.101.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.101.Final=compileClasspath,runtimeClasspath
12+
io.projectreactor:reactor-core:3.5.11=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.100.Final=compileClasspath,runtimeClasspath
11-
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
10+
io.netty:netty-buffer:4.1.101.Final=compileClasspath,runtimeClasspath
11+
io.netty:netty-common:4.1.101.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.58.0=compileClasspath,runtimeClasspath
11-
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
12-
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
10+
io.grpc:grpc-stub:1.59.0=compileClasspath,runtimeClasspath
11+
io.netty:netty-buffer:4.1.101.Final=compileClasspath,runtimeClasspath
12+
io.netty:netty-common:4.1.101.Final=compileClasspath,runtimeClasspath
1313
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1414
empty=annotationProcessor

0 commit comments

Comments
 (0)