Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Nov 25, 2023
1 parent 13e060b commit 07eff5f
Show file tree
Hide file tree
Showing 45 changed files with 76 additions and 45 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.jauntsdn.rsocket
version=1.5.1
version=1.5.2

googleJavaFormatPluginVersion=0.9
dependencyManagementPluginVersion=1.1.0
Expand All @@ -8,10 +8,10 @@ gitPluginVersion=0.13.0
osDetectorPluginVersion=1.7.0
versionsPluginVersion=0.45.0

rSocketVersion=1.5.1
rSocketVersion=1.5.2
slf4jVersion=1.7.36
logbackVersion=1.2.11
grpcVersion=1.57.1
grpcVersion=1.59.0

org.gradle.parallel=true
org.gradle.configureondemand=true
25 changes: 13 additions & 12 deletions grpc-client/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
ch.qos.logback:logback-classic:1.2.11=runtimeClasspath
ch.qos.logback:logback-core:1.2.11=runtimeClasspath
com.google.android:annotations:4.1.1.4=compileProtoPath,runtimeClasspath,testCompileProtoPath
com.google.api.grpc:proto-google-common-protos:2.17.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.api.grpc:proto-google-common-protos:2.22.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.errorprone:error_prone_annotations:2.0.18=googleJavaFormat1.6
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.errorprone:error_prone_annotations:2.20.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
Expand All @@ -18,16 +18,17 @@ com.google.guava:guava:32.0.1-android=compileClasspath,compileProtoPath,runtimeC
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,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protobuf-java:3.24.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protoc:3.24.2=protobufToolsLocator_protoc
io.grpc:grpc-api:1.57.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-context:1.57.1=compileProtoPath,runtimeClasspath,testCompileProtoPath
io.grpc:grpc-core:1.57.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-netty-shaded:1.57.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-protobuf-lite:1.57.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-protobuf:1.57.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-stub:1.57.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:protoc-gen-grpc-java:1.57.1=protobufToolsLocator_grpc
com.google.protobuf:protobuf-java:3.25.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protoc:3.25.0=protobufToolsLocator_protoc
io.grpc:grpc-api:1.59.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-context:1.59.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
io.grpc:grpc-core:1.59.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-netty-shaded:1.59.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-protobuf-lite:1.59.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-protobuf:1.59.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-stub:1.59.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.grpc:grpc-util:1.59.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
io.grpc:protoc-gen-grpc-java:1.59.0=protobufToolsLocator_grpc
io.perfmark:perfmark-api:0.26.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
org.checkerframework:checker-qual:3.33.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
Expand Down
2 changes: 1 addition & 1 deletion grpc-client/src/generated/main/grpc/futures/DinerGrpc.java
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.57.1)",
value = "by gRPC proto compiler (version 1.59.0)",
comments = "Source: service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DinerGrpc {
Expand Down
1 change: 1 addition & 0 deletions grpc-client/src/generated/main/java/futures/Meal.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions grpc-client/src/generated/main/java/futures/Order.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions grpc-client/src/generated/main/java/futures/Payment.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions messagestreams-futures-client/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
com.google.protobuf:protobuf-java:3.24.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protoc:3.24.2=protobufToolsLocator_protoc
com.jauntsdn.rsocket:rsocket-futures:1.5.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.jauntsdn.rsocket:rsocket-messages:1.5.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protobuf-java:3.25.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protoc:3.25.0=protobufToolsLocator_protoc
com.jauntsdn.rsocket:rsocket-futures:1.5.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.jauntsdn.rsocket:rsocket-messages:1.5.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.jauntsdn.rsocket:rsocket-rpc-futures-compiler:1.1.3=protobufToolsLocator_rsocketRpc
com.jauntsdn.rsocket:rsocket-rpc-futures-compiler:1.5.1=protobufToolsLocator_messageStreamsRpc
com.jauntsdn.rsocket:rsocket-rpc-futures:1.5.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.netty:netty-buffer:4.1.97.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.netty:netty-common:4.1.97.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.jauntsdn.rsocket:rsocket-rpc-futures-compiler:1.5.2=protobufToolsLocator_messageStreamsRpc
com.jauntsdn.rsocket:rsocket-rpc-futures:1.5.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.netty:netty-buffer:4.1.101.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.netty:netty-common:4.1.101.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
org.slf4j:slf4j-api:1.7.36=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
empty=annotationProcessor,protobuf,testProtobuf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.1)
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.2)
// Should be referenced by generated code only

package com.jauntsdn.rsocket.generated;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.1)
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.2)
// source: service.proto

package futures;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.1)
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.2)
// source: service.proto

package futures;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.1)
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.2)
// source: service.proto

package futures;
Expand Down
16 changes: 8 additions & 8 deletions messagestreams-futures-service/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
com.google.protobuf:protobuf-java:3.24.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protoc:3.24.2=protobufToolsLocator_protoc
com.jauntsdn.rsocket:rsocket-futures:1.5.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.jauntsdn.rsocket:rsocket-messages:1.5.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protobuf-java:3.25.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protoc:3.25.0=protobufToolsLocator_protoc
com.jauntsdn.rsocket:rsocket-futures:1.5.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.jauntsdn.rsocket:rsocket-messages:1.5.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.jauntsdn.rsocket:rsocket-rpc-futures-compiler:1.1.3=protobufToolsLocator_rsocketRpc
com.jauntsdn.rsocket:rsocket-rpc-futures-compiler:1.5.1=protobufToolsLocator_messageStreamsRpc
com.jauntsdn.rsocket:rsocket-rpc-futures:1.5.1=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.netty:netty-buffer:4.1.97.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.netty:netty-common:4.1.97.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.jauntsdn.rsocket:rsocket-rpc-futures-compiler:1.5.2=protobufToolsLocator_messageStreamsRpc
com.jauntsdn.rsocket:rsocket-rpc-futures:1.5.2=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.netty:netty-buffer:4.1.101.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.netty:netty-common:4.1.101.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
org.slf4j:slf4j-api:1.7.36=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
empty=annotationProcessor,protobuf,testProtobuf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.1)
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.2)
// Should be referenced by generated code only

package com.jauntsdn.rsocket.generated;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.1)
// Generated by jauntsdn.com rsocket-rpc compiler (version 1.5.2)
// source: service.proto

package futures;
Expand Down
Loading

0 comments on commit 07eff5f

Please sign in to comment.