File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
// 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.
44
44
//
45
45
// For more information see: https://github.com/grpc/grpc-java/issues/11015#issuecomment-2560196695
46
- protoVersion = ' 3.25.5 '
46
+ protoVersion = ' 3.25.7 '
47
47
annotationApiVersion = ' 1.3.2'
48
48
guavaVersion = ' 32.0.1-jre' // [10.0,)
49
49
tallyVersion = ' 0.13.0' // [0.4.0,)
65
65
junitVersion = ' 4.13.2'
66
66
// Edge Dependencies are used by tests to validate the SDK with the latest version of various libraries.
67
67
// Not just the version of the library the SDK is built against.
68
- protoVersionEdge = ' 4.30.2 '
68
+ protoVersionEdge = ' 4.31.0 '
69
69
grpcVersionEdge = ' 1.72.0'
70
70
}
71
71
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' application'
3
3
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 '
5
5
}
6
6
7
7
apply plugin : ' idea' // IntelliJ plugin to see files generated from protos
You can’t perform that action at this time.
0 commit comments