Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Aug 28, 2023
1 parent 2d6bb33 commit 13e060b
Show file tree
Hide file tree
Showing 22 changed files with 39 additions and 1,429 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.jauntsdn.rsocket
version=1.5.0
version=1.5.1

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

rSocketVersion=1.5.0
rSocketVersion=1.5.1
slf4jVersion=1.7.36
logbackVersion=1.2.11
grpcVersion=1.57.1
Expand Down
4 changes: 2 additions & 2 deletions grpc-client/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ 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.23.4=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protoc:3.23.4=protobufToolsLocator_protoc
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
Expand Down
2 changes: 0 additions & 2 deletions messagestreams-futures-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ compileJava {

dependencies {
protobuf project(":messagestreams-service-idl")
protobuf "com.jauntsdn.rsocket:rsocket-rpc-metadata-idl"

implementation project(":messagestreams-runtime")
implementation "com.jauntsdn.rsocket:rsocket-rpc-futures"
Expand Down Expand Up @@ -65,7 +64,6 @@ if (findProperty("generateProto") == "true" && osdetector.os == "linux") {
ofSourceSet("main")*.plugins {
messageStreamsRpc {
option "metadataless-method-definitions"
option "generate-codec-suffix=none"
option "typed-metadata"
}
}
Expand Down
19 changes: 9 additions & 10 deletions messagestreams-futures-client/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +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.23.4=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.google.protobuf:protoc:3.23.4=protobufToolsLocator_protoc
com.jauntsdn.rsocket:rsocket-futures:1.5.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.jauntsdn.rsocket:rsocket-messages:1.5.0=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
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.jauntsdn.rsocket:rsocket-rpc-futures-compiler:1.1.3=protobufToolsLocator_rsocketRpc
com.jauntsdn.rsocket:rsocket-rpc-futures-compiler:1.5.0=protobufToolsLocator_messageStreamsRpc
com.jauntsdn.rsocket:rsocket-rpc-futures:1.5.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
com.jauntsdn.rsocket:rsocket-rpc-metadata-idl:1.5.0=protobuf
io.netty:netty-buffer:4.1.96.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
io.netty:netty-common:4.1.96.Final=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
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
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
org.slf4j:slf4j-api:1.7.36=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
empty=annotationProcessor,testProtobuf
empty=annotationProcessor,protobuf,testProtobuf
Loading

0 comments on commit 13e060b

Please sign in to comment.