File tree Expand file tree Collapse file tree 22 files changed +29
-29
lines changed
example-gcp-csm-observability
example-gcp-observability Expand file tree Collapse file tree 22 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 2424
2525// Feel free to delete the comment at the next line. It is just for safely
2626// updating the version in our release process.
27- def grpcVersion = ' 1.69 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
27+ def grpcVersion = ' 1.70 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
2828def protocVersion = ' 3.25.5'
2929
3030dependencies {
Original file line number Diff line number Diff line change 2525
2626// Feel free to delete the comment at the next line. It is just for safely
2727// updating the version in our release process.
28- def grpcVersion = ' 1.69 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
28+ def grpcVersion = ' 1.70 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
2929def protobufVersion = ' 3.25.5'
3030
3131dependencies {
Original file line number Diff line number Diff line change 66 <packaging >jar</packaging >
77 <!-- Feel free to delete the comment at the end of these lines. It is just
88 for safely updating the version in our release process. -->
9- <version >1.69 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
9+ <version >1.70 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
1010 <name >example-debug</name >
1111 <url >https://github.com/grpc/grpc-java</url >
1212
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15- <grpc .version>1.69 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
15+ <grpc .version>1.70 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
1616 <protoc .version>3.25.5</protoc .version>
1717 <!-- required for jdk9 -->
1818 <maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 2525
2626// Feel free to delete the comment at the next line. It is just for safely
2727// updating the version in our release process.
28- def grpcVersion = ' 1.69 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
28+ def grpcVersion = ' 1.70 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
2929def protobufVersion = ' 3.25.5'
3030
3131dependencies {
Original file line number Diff line number Diff line change 66 <packaging >jar</packaging >
77 <!-- Feel free to delete the comment at the end of these lines. It is just
88 for safely updating the version in our release process. -->
9- <version >1.69 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
9+ <version >1.70 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
1010 <name >example-dualstack</name >
1111 <url >https://github.com/grpc/grpc-java</url >
1212
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15- <grpc .version>1.69 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
15+ <grpc .version>1.70 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
1616 <protoc .version>3.25.5</protoc .version>
1717 <!-- required for jdk9 -->
1818 <maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 2424
2525// Feel free to delete the comment at the next line. It is just for safely
2626// updating the version in our release process.
27- def grpcVersion = ' 1.69 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
27+ def grpcVersion = ' 1.70 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
2828def protobufVersion = ' 3.25.5'
2929def protocVersion = protobufVersion
3030
Original file line number Diff line number Diff line change 66 <packaging >jar</packaging >
77 <!-- Feel free to delete the comment at the end of these lines. It is just
88 for safely updating the version in our release process. -->
9- <version >1.69 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
9+ <version >1.70 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
1010 <name >example-gauth</name >
1111 <url >https://github.com/grpc/grpc-java</url >
1212
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15- <grpc .version>1.69 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
15+ <grpc .version>1.70 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
1616 <protobuf .version>3.25.5</protobuf .version>
1717 <!-- required for jdk9 -->
1818 <maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 2525
2626// Feel free to delete the comment at the next line. It is just for safely
2727// updating the version in our release process.
28- def grpcVersion = ' 1.69 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
28+ def grpcVersion = ' 1.70 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
2929def protocVersion = ' 3.25.5'
3030def openTelemetryVersion = ' 1.40.0'
3131def openTelemetryPrometheusVersion = ' 1.40.0-alpha'
Original file line number Diff line number Diff line change 2525
2626// Feel free to delete the comment at the next line. It is just for safely
2727// updating the version in our release process.
28- def grpcVersion = ' 1.69 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
28+ def grpcVersion = ' 1.70 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
2929def protocVersion = ' 3.25.5'
3030
3131dependencies {
Original file line number Diff line number Diff line change 2323
2424// Feel free to delete the comment at the next line. It is just for safely
2525// updating the version in our release process.
26- def grpcVersion = ' 1.69 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
26+ def grpcVersion = ' 1.70 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
2727def protobufVersion = ' 3.25.5'
2828
2929dependencies {
You can’t perform that action at this time.
0 commit comments