Skip to content

Commit 4876538

Browse files
committed
update dependencies
1 parent e9a8f69 commit 4876538

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+140
-94
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ gitPluginVersion=0.13.0
88
osDetectorPluginVersion=1.7.0
99
versionsPluginVersion=0.42.0
1010

11-
rsocketVersion=1.5.4
11+
rsocketVersion=1.6.0
1212
slf4jVersion=1.7.36
1313
logbackVersion=1.2.13
14-
grpcVersion=1.66.0
14+
grpcVersion=1.71.0
1515

1616
org.gradle.parallel=true
1717
org.gradle.configureondemand=true

grpc-client/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ plugins {
77
description = "jauntsdn-messagestreams: virtualthreads grpc client"
88

99
compileJava {
10-
sourceCompatibility = 20
11-
targetCompatibility = 20
10+
sourceCompatibility = 21
11+
targetCompatibility = 21
1212
}
1313

1414
java {
1515
toolchain {
16-
languageVersion = JavaLanguageVersion.of(20)
16+
languageVersion = JavaLanguageVersion.of(21)
1717
}
1818
}
1919

@@ -90,6 +90,6 @@ task runMain(type: JavaExec) {
9090
classpath = sourceSets.main.runtimeClasspath
9191
mainClass = mainClassName
9292
javaLauncher = javaToolchains.launcherFor {
93-
languageVersion = JavaLanguageVersion.of(20)
93+
languageVersion = JavaLanguageVersion.of(21)
9494
}
9595
}

grpc-client/gradle.lockfile

Lines changed: 17 additions & 17 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.41.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
7+
com.google.api.grpc:proto-google-common-protos:2.51.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
1010
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.28.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
12+
com.google.errorprone:error_prone_annotations:2.30.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
1515
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:33.2.1-android=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
17+
com.google.guava:guava:33.3.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:3.0.0=compileClasspath,testCompileClasspath
21-
com.google.protobuf:protobuf-java:3.25.3=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
22-
com.google.protobuf:protoc:3.25.3=protobufToolsLocator_protoc
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
20+
com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
21+
com.google.protobuf:protobuf-java:3.25.5=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
22+
com.google.protobuf:protoc:3.25.5=protobufToolsLocator_protoc
23+
io.grpc:grpc-api:1.71.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
24+
io.grpc:grpc-context:1.71.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
25+
io.grpc:grpc-core:1.71.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
26+
io.grpc:grpc-netty-shaded:1.71.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
27+
io.grpc:grpc-protobuf-lite:1.71.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
28+
io.grpc:grpc-protobuf:1.71.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
29+
io.grpc:grpc-stub:1.71.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
30+
io.grpc:grpc-util:1.71.0=compileProtoPath,runtimeClasspath,testCompileProtoPath
31+
io.grpc:protoc-gen-grpc-java:1.71.0=protobufToolsLocator_grpc
3232
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.42.0=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,testCompileProtoPath
34+
org.checkerframework:checker-qual:3.43.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.24=compileProtoPath,runtimeClasspath,testCompileProtoPath
36+
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,compileProtoPath,runtimeClasspath,testCompileClasspath,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/futures/DinerGrpc.java

Lines changed: 47 additions & 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.66.0)",
8+
value = "by gRPC proto compiler (version 1.71.0)",
99
comments = "Source: service.proto")
1010
@io.grpc.stub.annotations.GrpcGenerated
1111
public final class DinerGrpc {
@@ -91,6 +91,21 @@ public DinerStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOption
9191
return DinerStub.newStub(factory, channel);
9292
}
9393

94+
/**
95+
* Creates a new blocking-style stub that supports all types of calls on the service
96+
*/
97+
public static DinerBlockingV2Stub newBlockingV2Stub(
98+
io.grpc.Channel channel) {
99+
io.grpc.stub.AbstractStub.StubFactory<DinerBlockingV2Stub> factory =
100+
new io.grpc.stub.AbstractStub.StubFactory<DinerBlockingV2Stub>() {
101+
@java.lang.Override
102+
public DinerBlockingV2Stub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
103+
return new DinerBlockingV2Stub(channel, callOptions);
104+
}
105+
};
106+
return DinerBlockingV2Stub.newStub(factory, channel);
107+
}
108+
94109
/**
95110
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
96111
*/
@@ -187,6 +202,37 @@ public void pay(futures.Payment request,
187202
/**
188203
* A stub to allow clients to do synchronous rpc calls to service Diner.
189204
*/
205+
public static final class DinerBlockingV2Stub
206+
extends io.grpc.stub.AbstractBlockingStub<DinerBlockingV2Stub> {
207+
private DinerBlockingV2Stub(
208+
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
209+
super(channel, callOptions);
210+
}
211+
212+
@java.lang.Override
213+
protected DinerBlockingV2Stub build(
214+
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
215+
return new DinerBlockingV2Stub(channel, callOptions);
216+
}
217+
218+
/**
219+
*/
220+
public futures.Meal order(futures.Order request) {
221+
return io.grpc.stub.ClientCalls.blockingUnaryCall(
222+
getChannel(), getOrderMethod(), getCallOptions(), request);
223+
}
224+
225+
/**
226+
*/
227+
public com.google.protobuf.Empty pay(futures.Payment request) {
228+
return io.grpc.stub.ClientCalls.blockingUnaryCall(
229+
getChannel(), getPayMethod(), getCallOptions(), request);
230+
}
231+
}
232+
233+
/**
234+
* A stub to allow clients to do limited synchronous rpc calls to service Diner.
235+
*/
190236
public static final class DinerBlockingStub
191237
extends io.grpc.stub.AbstractBlockingStub<DinerBlockingStub> {
192238
private DinerBlockingStub(

grpc-client/src/generated/main/java/futures/Meal.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grpc-client/src/generated/main/java/futures/MealOrBuilder.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grpc-client/src/generated/main/java/futures/Order.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grpc-client/src/generated/main/java/futures/OrderOrBuilder.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grpc-client/src/generated/main/java/futures/Payment.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grpc-client/src/generated/main/java/futures/PaymentOrBuilder.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)