Skip to content

Commit faa18d6

Browse files
committed
update dependencies
1 parent 407b4d8 commit faa18d6

File tree

9 files changed

+32
-32
lines changed

9 files changed

+32
-32
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ versionsPluginVersion=0.45.0
1111
rsocketVersion=1.5.4
1212
slf4jVersion=1.7.36
1313
logbackVersion=1.2.13
14-
grpcVersion=1.62.2
15-
jacksonVersion=2.16.2
16-
reactorNettyVersion=1.1.16
14+
grpcVersion=1.66.0
15+
jacksonVersion=2.17.2
16+
reactorNettyVersion=1.1.21
1717

1818
org.gradle.parallel=true
1919
org.gradle.configureondemand=true

grpc-client/gradle.lockfile

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@
44
ch.qos.logback:logback-classic:1.2.13=runtimeClasspath
55
ch.qos.logback:logback-core:1.2.13=runtimeClasspath
66
com.google.android:annotations:4.1.1.4=compileProtoPath,runtimeClasspath,testCompileProtoPath
7-
com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
7+
com.google.api.grpc:proto-google-common-protos:2.41.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
88
com.google.code.findbugs:jsr305:1.3.9=googleJavaFormat1.6
99
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
10-
com.google.code.gson:gson:2.10.1=compileProtoPath,runtimeClasspath,testCompileProtoPath
10+
com.google.code.gson:gson:2.11.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
1111
com.google.errorprone:error_prone_annotations:2.0.18=googleJavaFormat1.6
12-
com.google.errorprone:error_prone_annotations:2.23.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
12+
com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
1313
com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
1414
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
15-
com.google.guava:failureaccess:1.0.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
15+
com.google.guava:failureaccess:1.0.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
1616
com.google.guava:guava:22.0=googleJavaFormat1.6
17-
com.google.guava:guava:32.1.3-android=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
17+
com.google.guava:guava:33.2.1-android=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
1818
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
1919
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
20-
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
20+
com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
2121
com.google.protobuf:protobuf-java:3.25.3=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
2222
com.google.protobuf:protoc:3.25.3=protobufToolsLocator_protoc
23-
io.grpc:grpc-api:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
24-
io.grpc:grpc-context:1.62.2=compileProtoPath,runtimeClasspath,testCompileProtoPath
25-
io.grpc:grpc-core:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
26-
io.grpc:grpc-netty-shaded:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
27-
io.grpc:grpc-protobuf-lite:1.62.2=compileProtoPath,runtimeClasspath,testCompileProtoPath
28-
io.grpc:grpc-protobuf:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
29-
io.grpc:grpc-stub:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
30-
io.grpc:grpc-util:1.62.2=compileProtoPath,runtimeClasspath,testCompileProtoPath
31-
io.grpc:protoc-gen-grpc-java:1.62.2=protobufToolsLocator_grpc
32-
io.perfmark:perfmark-api:0.26.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
23+
io.grpc:grpc-api:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
24+
io.grpc:grpc-context:1.66.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
25+
io.grpc:grpc-core:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
26+
io.grpc:grpc-netty-shaded:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
27+
io.grpc:grpc-protobuf-lite:1.66.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
28+
io.grpc:grpc-protobuf:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
29+
io.grpc:grpc-stub:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
30+
io.grpc:grpc-util:1.66.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
31+
io.grpc:protoc-gen-grpc-java:1.66.0=protobufToolsLocator_grpc
32+
io.perfmark:perfmark-api:0.27.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
3333
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
34-
org.checkerframework:checker-qual:3.37.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
34+
org.checkerframework:checker-qual:3.42.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
3535
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
36-
org.codehaus.mojo:animal-sniffer-annotations:1.23=compileProtoPath,runtimeClasspath,testCompileProtoPath
36+
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileProtoPath,runtimeClasspath,testCompileProtoPath
3737
org.slf4j:slf4j-api:1.7.36=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
3838
empty=annotationProcessor,protobuf,testProtobuf

grpc-client/src/generated/main/grpc/trisocket/ChefGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
*/
77
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler (version 1.62.2)",
8+
value = "by gRPC proto compiler (version 1.66.0)",
99
comments = "Source: service.proto")
1010
@io.grpc.stub.annotations.GrpcGenerated
1111
public final class ChefGrpc {

grpc-client/src/generated/main/grpc/trisocket/FarmerGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
*/
77
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler (version 1.62.2)",
8+
value = "by gRPC proto compiler (version 1.66.0)",
99
comments = "Source: service.proto")
1010
@io.grpc.stub.annotations.GrpcGenerated
1111
public final class FarmerGrpc {

grpc-client/src/generated/main/grpc/trisocket/KitchenGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
*/
77
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler (version 1.62.2)",
8+
value = "by gRPC proto compiler (version 1.66.0)",
99
comments = "Source: service.proto")
1010
@io.grpc.stub.annotations.GrpcGenerated
1111
public final class KitchenGrpc {

grpc-client/src/generated/main/grpc/trisocket/RecipesGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
*/
77
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler (version 1.62.2)",
8+
value = "by gRPC proto compiler (version 1.66.0)",
99
comments = "Source: service.proto")
1010
@io.grpc.stub.annotations.GrpcGenerated
1111
public final class RecipesGrpc {

grpc-client/src/generated/main/grpc/trisocket/RoundsmanGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
*/
77
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler (version 1.62.2)",
8+
value = "by gRPC proto compiler (version 1.66.0)",
99
comments = "Source: service.proto")
1010
@io.grpc.stub.annotations.GrpcGenerated
1111
public final class RoundsmanGrpc {

http-client/gradle.lockfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.13=runtimeClasspath
55
ch.qos.logback:logback-core:1.2.13=runtimeClasspath
6-
com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath
7-
com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath
8-
com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath
9-
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
6+
com.fasterxml.jackson.core:jackson-annotations:2.17.2=compileClasspath,runtimeClasspath
7+
com.fasterxml.jackson.core:jackson-core:2.17.2=compileClasspath,runtimeClasspath
8+
com.fasterxml.jackson.core:jackson-databind:2.17.2=compileClasspath,runtimeClasspath
9+
com.fasterxml.jackson:jackson-bom:2.17.2=compileClasspath,runtimeClasspath
1010
com.google.code.findbugs:jsr305:1.3.9=googleJavaFormat1.6
1111
com.google.errorprone:error_prone_annotations:2.0.18=googleJavaFormat1.6
1212
com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
@@ -31,7 +31,7 @@ io.netty:netty-transport-native-epoll:4.1.107.Final=compileClasspath,runtimeClas
3131
io.netty:netty-transport-native-unix-common:4.1.107.Final=compileClasspath,runtimeClasspath
3232
io.netty:netty-transport:4.1.107.Final=compileClasspath,runtimeClasspath
3333
io.projectreactor.netty:reactor-netty-core:1.1.16=compileClasspath,runtimeClasspath
34-
io.projectreactor.netty:reactor-netty-http:1.1.16=compileClasspath,runtimeClasspath
34+
io.projectreactor.netty:reactor-netty-http:1.1.21=compileClasspath,runtimeClasspath
3535
io.projectreactor:reactor-core:3.6.3=compileClasspath,runtimeClasspath
3636
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
3737
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath

messagestreams-grpc-service/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ com.jauntsdn.rsocket:rsocket-grpc:1.5.4=compileClasspath,compileProtoPath,runtim
1313
com.jauntsdn.rsocket:rsocket-messages:1.5.4=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
1414
com.jauntsdn.rsocket:rsocket-rpc-grpc-compiler:1.5.4=protobufToolsLocator_messageStreamsRpc
1515
com.jauntsdn.rsocket:rsocket-rpc-grpc:1.5.4=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
16-
io.grpc:grpc-stub:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
16+
io.grpc:grpc-stub:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
1717
io.netty:netty-buffer:4.1.107.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
1818
io.netty:netty-common:4.1.107.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
1919
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6

0 commit comments

Comments
 (0)