File tree 25 files changed +28
-28
lines changed
example-gcp-csm-observability
example-gcp-observability
25 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 24
24
// Feel free to delete the comment at the next line. It is just for safely
25
25
// updating the version in our release process.
26
26
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
- def protobufVersion = ' 3.25.3 '
27
+ def protobufVersion = ' 3.25.5 '
28
28
def protocVersion = protobufVersion
29
29
30
30
dependencies {
Original file line number Diff line number Diff line change 25
25
// Feel free to delete the comment at the next line. It is just for safely
26
26
// updating the version in our release process.
27
27
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
28
- def protocVersion = ' 3.25.3 '
28
+ def protocVersion = ' 3.25.5 '
29
29
30
30
dependencies {
31
31
// grpc-alts transitively depends on grpc-netty-shaded, grpc-protobuf, and grpc-stub
Original file line number Diff line number Diff line change 26
26
// Feel free to delete the comment at the next line. It is just for safely
27
27
// updating the version in our release process.
28
28
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
29
- def protobufVersion = ' 3.25.3 '
29
+ def protobufVersion = ' 3.25.5 '
30
30
31
31
dependencies {
32
32
implementation " io.grpc:grpc-protobuf:${ grpcVersion} "
Original file line number Diff line number Diff line change 13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<grpc .version>1.68.0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
- <protoc .version>3.25.3 </protoc .version>
16
+ <protoc .version>3.25.5 </protoc .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.8</maven .compiler.source>
19
19
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 26
26
// Feel free to delete the comment at the next line. It is just for safely
27
27
// updating the version in our release process.
28
28
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
29
- def protobufVersion = ' 3.25.3 '
29
+ def protobufVersion = ' 3.25.5 '
30
30
31
31
dependencies {
32
32
implementation " io.grpc:grpc-protobuf:${ grpcVersion} "
Original file line number Diff line number Diff line change 13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<grpc .version>1.68.0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
- <protoc .version>3.25.3 </protoc .version>
16
+ <protoc .version>3.25.5 </protoc .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.8</maven .compiler.source>
19
19
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 25
25
// Feel free to delete the comment at the next line. It is just for safely
26
26
// updating the version in our release process.
27
27
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
28
- def protobufVersion = ' 3.25.3 '
28
+ def protobufVersion = ' 3.25.5 '
29
29
def protocVersion = protobufVersion
30
30
31
31
Original file line number Diff line number Diff line change 13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<grpc .version>1.68.0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
- <protobuf .version>3.25.3 </protobuf .version>
16
+ <protobuf .version>3.25.5 </protobuf .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.8</maven .compiler.source>
19
19
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 26
26
// Feel free to delete the comment at the next line. It is just for safely
27
27
// updating the version in our release process.
28
28
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
29
- def protocVersion = ' 3.25.3 '
29
+ def protocVersion = ' 3.25.5 '
30
30
def openTelemetryVersion = ' 1.40.0'
31
31
def openTelemetryPrometheusVersion = ' 1.40.0-alpha'
32
32
Original file line number Diff line number Diff line change 26
26
// Feel free to delete the comment at the next line. It is just for safely
27
27
// updating the version in our release process.
28
28
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
29
- def protocVersion = ' 3.25.3 '
29
+ def protocVersion = ' 3.25.5 '
30
30
31
31
dependencies {
32
32
implementation " io.grpc:grpc-protobuf:${ grpcVersion} "
Original file line number Diff line number Diff line change 24
24
// Feel free to delete the comment at the next line. It is just for safely
25
25
// updating the version in our release process.
26
26
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
- def protobufVersion = ' 3.25.3 '
27
+ def protobufVersion = ' 3.25.5 '
28
28
29
29
dependencies {
30
30
implementation " io.grpc:grpc-protobuf:${ grpcVersion} "
Original file line number Diff line number Diff line change 13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<grpc .version>1.68.0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
- <protoc .version>3.25.3 </protoc .version>
16
+ <protoc .version>3.25.5 </protoc .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.8</maven .compiler.source>
19
19
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 24
24
// Feel free to delete the comment at the next line. It is just for safely
25
25
// updating the version in our release process.
26
26
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
- def protobufVersion = ' 3.25.3 '
27
+ def protobufVersion = ' 3.25.5 '
28
28
def protocVersion = protobufVersion
29
29
30
30
dependencies {
Original file line number Diff line number Diff line change 14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<grpc .version>1.68.0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
17
- <protobuf .version>3.25.3 </protobuf .version>
18
- <protoc .version>3.25.3 </protoc .version>
17
+ <protobuf .version>3.25.5 </protobuf .version>
18
+ <protoc .version>3.25.5 </protoc .version>
19
19
<!-- required for jdk9 -->
20
20
<maven .compiler.source>1.8</maven .compiler.source>
21
21
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 24
24
// Feel free to delete the comment at the next line. It is just for safely
25
25
// updating the version in our release process.
26
26
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
- def protobufVersion = ' 3.25.3 '
27
+ def protobufVersion = ' 3.25.5 '
28
28
def protocVersion = protobufVersion
29
29
30
30
dependencies {
Original file line number Diff line number Diff line change 14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<grpc .version>1.68.0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
17
- <protobuf .version>3.25.3 </protobuf .version>
18
- <protoc .version>3.25.3 </protoc .version>
17
+ <protobuf .version>3.25.5 </protobuf .version>
18
+ <protoc .version>3.25.5 </protoc .version>
19
19
<!-- required for jdk9 -->
20
20
<maven .compiler.source>1.8</maven .compiler.source>
21
21
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 25
25
// Feel free to delete the comment at the next line. It is just for safely
26
26
// updating the version in our release process.
27
27
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
28
- def protocVersion = ' 3.25.3 '
28
+ def protocVersion = ' 3.25.5 '
29
29
def openTelemetryVersion = ' 1.40.0'
30
30
def openTelemetryPrometheusVersion = ' 1.40.0-alpha'
31
31
Original file line number Diff line number Diff line change 19
19
}
20
20
21
21
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
22
- def protocVersion = ' 3.25.3 '
22
+ def protocVersion = ' 3.25.5 '
23
23
24
24
dependencies {
25
25
implementation " io.grpc:grpc-protobuf:${ grpcVersion} "
Original file line number Diff line number Diff line change 19
19
}
20
20
21
21
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
22
- def protocVersion = ' 3.25.3 '
22
+ def protocVersion = ' 3.25.5 '
23
23
24
24
dependencies {
25
25
implementation " io.grpc:grpc-protobuf:${ grpcVersion} "
Original file line number Diff line number Diff line change 17
17
}
18
18
19
19
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
20
- def protocVersion = ' 3.25.3 '
20
+ def protocVersion = ' 3.25.5 '
21
21
22
22
dependencies {
23
23
implementation " io.grpc:grpc-protobuf:${ grpcVersion} " ,
Original file line number Diff line number Diff line change 25
25
// Feel free to delete the comment at the next line. It is just for safely
26
26
// updating the version in our release process.
27
27
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
28
- def protocVersion = ' 3.25.3 '
28
+ def protocVersion = ' 3.25.5 '
29
29
30
30
dependencies {
31
31
implementation " io.grpc:grpc-protobuf:${ grpcVersion} "
Original file line number Diff line number Diff line change 13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<grpc .version>1.68.0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
- <protoc .version>3.25.3 </protoc .version>
16
+ <protoc .version>3.25.5 </protoc .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.8</maven .compiler.source>
19
19
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 24
24
// Feel free to delete the comment at the next line. It is just for safely
25
25
// updating the version in our release process.
26
26
def grpcVersion = ' 1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
- def protocVersion = ' 3.25.3 '
27
+ def protocVersion = ' 3.25.5 '
28
28
29
29
dependencies {
30
30
implementation " io.grpc:grpc-protobuf:${ grpcVersion} "
Original file line number Diff line number Diff line change 13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<grpc .version>1.68.0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
- <protobuf .version>3.25.3 </protobuf .version>
17
- <protoc .version>3.25.3 </protoc .version>
16
+ <protobuf .version>3.25.5 </protobuf .version>
17
+ <protoc .version>3.25.5 </protoc .version>
18
18
<!-- required for JDK 8 -->
19
19
<maven .compiler.source>1.8</maven .compiler.source>
20
20
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ nettytcnative = '2.0.65.Final'
6
6
opencensus = " 0.31.1"
7
7
# Not upgrading to 4.x as it is not yet ABI compatible.
8
8
# https://github.com/protocolbuffers/protobuf/issues/17247
9
- protobuf = " 3.25.3 "
9
+ protobuf = " 3.25.5 "
10
10
11
11
[libraries ]
12
12
android-annotations = " com.google.android:annotations:4.1.1.4"
You can’t perform that action at this time.
0 commit comments