Skip to content

Commit 0b88507

Browse files
Bump some proto dep. (#2536)
1 parent 2d9b906 commit 0b88507

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ext {
4343
// We don't move past 3.25.x because the next version is a major version bump and we don't want to break our users.
4444
//
4545
// For more information see: https://github.com/grpc/grpc-java/issues/11015#issuecomment-2560196695
46-
protoVersion = '3.25.5'
46+
protoVersion = '3.25.7'
4747
annotationApiVersion = '1.3.2'
4848
guavaVersion = '32.0.1-jre' // [10.0,)
4949
tallyVersion = '0.13.0' // [0.4.0,)
@@ -65,7 +65,7 @@ ext {
6565
junitVersion = '4.13.2'
6666
// Edge Dependencies are used by tests to validate the SDK with the latest version of various libraries.
6767
// Not just the version of the library the SDK is built against.
68-
protoVersionEdge = '4.30.2'
68+
protoVersionEdge = '4.31.0'
6969
grpcVersionEdge = '1.72.0'
7070
}
7171

temporal-test-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'application'
33
id 'org.graalvm.buildtools.native' version '0.10.6' apply false
4-
id 'com.google.protobuf' version '0.9.2'
4+
id 'com.google.protobuf' version '0.9.5'
55
}
66

77
apply plugin: 'idea' // IntelliJ plugin to see files generated from protos

0 commit comments

Comments
 (0)