Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Aug 10, 2024
1 parent 407b4d8 commit faa18d6
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ versionsPluginVersion=0.45.0
rsocketVersion=1.5.4
slf4jVersion=1.7.36
logbackVersion=1.2.13
grpcVersion=1.62.2
jacksonVersion=2.16.2
reactorNettyVersion=1.1.16
grpcVersion=1.66.0
jacksonVersion=2.17.2
reactorNettyVersion=1.1.21

org.gradle.parallel=true
org.gradle.configureondemand=true
36 changes: 18 additions & 18 deletions grpc-client/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
ch.qos.logback:logback-classic:1.2.13=runtimeClasspath
ch.qos.logback:logback-core:1.2.13=runtimeClasspath
com.google.android:annotations:4.1.1.4=compileProtoPath,runtimeClasspath,testCompileProtoPath
com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.api.grpc:proto-google-common-protos:2.41.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.code.findbugs:jsr305:1.3.9=googleJavaFormat1.6
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.code.gson:gson:2.10.1=compileProtoPath,runtimeClasspath,testCompileProtoPath
com.google.code.gson:gson:2.11.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
com.google.errorprone:error_prone_annotations:2.0.18=googleJavaFormat1.6
com.google.errorprone:error_prone_annotations:2.23.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:failureaccess:1.0.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.guava:failureaccess:1.0.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.guava:guava:32.1.3-android=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.guava:guava:33.2.1-android=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
com.google.protobuf:protobuf-java:3.25.3=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protoc:3.25.3=protobufToolsLocator_protoc
io.grpc:grpc-api:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-context:1.62.2=compileProtoPath,runtimeClasspath,testCompileProtoPath
io.grpc:grpc-core:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-netty-shaded:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-protobuf-lite:1.62.2=compileProtoPath,runtimeClasspath,testCompileProtoPath
io.grpc:grpc-protobuf:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-stub:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-util:1.62.2=compileProtoPath,runtimeClasspath,testCompileProtoPath
io.grpc:protoc-gen-grpc-java:1.62.2=protobufToolsLocator_grpc
io.perfmark:perfmark-api:0.26.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
io.grpc:grpc-api:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-context:1.66.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
io.grpc:grpc-core:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-netty-shaded:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-protobuf-lite:1.66.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
io.grpc:grpc-protobuf:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-stub:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-util:1.66.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
io.grpc:protoc-gen-grpc-java:1.66.0=protobufToolsLocator_grpc
io.perfmark:perfmark-api:0.27.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
org.checkerframework:checker-qual:3.37.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
org.checkerframework:checker-qual:3.42.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
org.codehaus.mojo:animal-sniffer-annotations:1.23=compileProtoPath,runtimeClasspath,testCompileProtoPath
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileProtoPath,runtimeClasspath,testCompileProtoPath
org.slf4j:slf4j-api:1.7.36=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
empty=annotationProcessor,protobuf,testProtobuf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.62.2)",
value = "by gRPC proto compiler (version 1.66.0)",
comments = "Source: service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class ChefGrpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.62.2)",
value = "by gRPC proto compiler (version 1.66.0)",
comments = "Source: service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class FarmerGrpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.62.2)",
value = "by gRPC proto compiler (version 1.66.0)",
comments = "Source: service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class KitchenGrpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.62.2)",
value = "by gRPC proto compiler (version 1.66.0)",
comments = "Source: service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class RecipesGrpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.62.2)",
value = "by gRPC proto compiler (version 1.66.0)",
comments = "Source: service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class RoundsmanGrpc {
Expand Down
10 changes: 5 additions & 5 deletions http-client/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.13=runtimeClasspath
ch.qos.logback:logback-core:1.2.13=runtimeClasspath
com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-annotations:2.17.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-core:2.17.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.17.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.17.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:1.3.9=googleJavaFormat1.6
com.google.errorprone:error_prone_annotations:2.0.18=googleJavaFormat1.6
com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
Expand All @@ -31,7 +31,7 @@ io.netty:netty-transport-native-epoll:4.1.107.Final=compileClasspath,runtimeClas
io.netty:netty-transport-native-unix-common:4.1.107.Final=compileClasspath,runtimeClasspath
io.netty:netty-transport:4.1.107.Final=compileClasspath,runtimeClasspath
io.projectreactor.netty:reactor-netty-core:1.1.16=compileClasspath,runtimeClasspath
io.projectreactor.netty:reactor-netty-http:1.1.16=compileClasspath,runtimeClasspath
io.projectreactor.netty:reactor-netty-http:1.1.21=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
Expand Down
2 changes: 1 addition & 1 deletion messagestreams-grpc-service/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ com.jauntsdn.rsocket:rsocket-grpc:1.5.4=compileClasspath,compileProtoPath,runtim
com.jauntsdn.rsocket:rsocket-messages:1.5.4=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.jauntsdn.rsocket:rsocket-rpc-grpc-compiler:1.5.4=protobufToolsLocator_messageStreamsRpc
com.jauntsdn.rsocket:rsocket-rpc-grpc:1.5.4=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-stub:1.62.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-stub:1.66.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.netty:netty-buffer:4.1.107.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.netty:netty-common:4.1.107.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
Expand Down

0 comments on commit faa18d6

Please sign in to comment.