Commit 752a045 1 parent ef09d94 commit 752a045 Copy full SHA for 752a045
File tree 31 files changed +51
-51
lines changed
core/src/main/java/io/grpc/internal
example-gcp-csm-observability
example-gcp-observability
31 files changed +51
-51
lines changed Original file line number Diff line number Diff line change 2
2
name = "grpc-java" ,
3
3
compatibility_level = 0 ,
4
4
repo_name = "io_grpc_grpc_java" ,
5
- version = "1.67 .0-SNAPSHOT" , # CURRENT_GRPC_VERSION
5
+ version = "1.66 .0-SNAPSHOT" , # CURRENT_GRPC_VERSION
6
6
)
7
7
8
8
# GRPC_DEPS_START
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ subprojects {
21
21
apply plugin : " net.ltgt.errorprone"
22
22
23
23
group = " io.grpc"
24
- version = " 1.67 .0-SNAPSHOT" // CURRENT_GRPC_VERSION
24
+ version = " 1.66 .0-SNAPSHOT" // CURRENT_GRPC_VERSION
25
25
26
26
repositories {
27
27
maven { // The google mirror is less flaky than mavenCentral()
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import static io.grpc.MethodDescriptor.generateFullMethodName;
8
8
* </pre>
9
9
*/
10
10
@javax.annotation.Generated(
11
- value = "by gRPC proto compiler (version 1.67 .0-SNAPSHOT)",
11
+ value = "by gRPC proto compiler (version 1.66 .0-SNAPSHOT)",
12
12
comments = "Source: grpc/testing/compiler/test.proto")
13
13
@io.grpc.stub.annotations.GrpcGenerated
14
14
@java.lang.Deprecated
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import static io.grpc.MethodDescriptor.generateFullMethodName;
8
8
* </pre>
9
9
*/
10
10
@javax.annotation.Generated(
11
- value = "by gRPC proto compiler (version 1.67 .0-SNAPSHOT)",
11
+ value = "by gRPC proto compiler (version 1.66 .0-SNAPSHOT)",
12
12
comments = "Source: grpc/testing/compiler/test.proto")
13
13
@io.grpc.stub.annotations.GrpcGenerated
14
14
public final class TestServiceGrpc {
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ public byte[] parseAsciiString(byte[] serialized) {
219
219
220
220
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter .on (',' ).trimResults ();
221
221
222
- public static final String IMPLEMENTATION_VERSION = "1.67 .0-SNAPSHOT" ; // CURRENT_GRPC_VERSION
222
+ public static final String IMPLEMENTATION_VERSION = "1.66 .0-SNAPSHOT" ; // CURRENT_GRPC_VERSION
223
223
224
224
/**
225
225
* The default timeout in nanos for a keepalive ping request.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
protobuf {
35
35
protoc { artifact = ' com.google.protobuf:protoc:3.25.1' }
36
36
plugins {
37
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
37
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
38
38
}
39
39
}
40
40
generateProtoTasks {
@@ -54,12 +54,12 @@ dependencies {
54
54
implementation ' androidx.appcompat:appcompat:1.0.0'
55
55
56
56
// You need to build grpc-java to obtain these libraries below.
57
- implementation ' io.grpc:grpc-okhttp:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
58
- implementation ' io.grpc:grpc-protobuf-lite:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
59
- implementation ' io.grpc:grpc-stub:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-okhttp:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
58
+ implementation ' io.grpc:grpc-protobuf-lite:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
59
+ implementation ' io.grpc:grpc-stub:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
60
60
implementation ' org.apache.tomcat:annotations-api:6.0.53'
61
61
62
62
testImplementation ' junit:junit:4.13.2'
63
63
testImplementation ' com.google.truth:truth:1.1.5'
64
- testImplementation ' io.grpc:grpc-testing:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
64
+ testImplementation ' io.grpc:grpc-testing:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
65
65
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
protobuf {
33
33
protoc { artifact = ' com.google.protobuf:protoc:3.25.1' }
34
34
plugins {
35
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
35
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
36
36
}
37
37
}
38
38
generateProtoTasks {
@@ -52,8 +52,8 @@ dependencies {
52
52
implementation ' androidx.appcompat:appcompat:1.0.0'
53
53
54
54
// You need to build grpc-java to obtain these libraries below.
55
- implementation ' io.grpc:grpc-okhttp:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
56
- implementation ' io.grpc:grpc-protobuf-lite:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
57
- implementation ' io.grpc:grpc-stub:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
55
+ implementation ' io.grpc:grpc-okhttp:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
56
+ implementation ' io.grpc:grpc-protobuf-lite:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-stub:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
58
58
implementation ' org.apache.tomcat:annotations-api:6.0.53'
59
59
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
protobuf {
33
33
protoc { artifact = ' com.google.protobuf:protoc:3.25.1' }
34
34
plugins {
35
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
35
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
36
36
}
37
37
}
38
38
generateProtoTasks {
@@ -52,8 +52,8 @@ dependencies {
52
52
implementation ' androidx.appcompat:appcompat:1.0.0'
53
53
54
54
// You need to build grpc-java to obtain these libraries below.
55
- implementation ' io.grpc:grpc-okhttp:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
56
- implementation ' io.grpc:grpc-protobuf-lite:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
57
- implementation ' io.grpc:grpc-stub:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
55
+ implementation ' io.grpc:grpc-okhttp:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
56
+ implementation ' io.grpc:grpc-protobuf-lite:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-stub:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
58
58
implementation ' org.apache.tomcat:annotations-api:6.0.53'
59
59
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
33
33
protobuf {
34
34
protoc { artifact = ' com.google.protobuf:protoc:3.25.1' }
35
35
plugins {
36
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
36
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
37
37
}
38
38
}
39
39
generateProtoTasks {
@@ -53,8 +53,8 @@ dependencies {
53
53
implementation ' androidx.appcompat:appcompat:1.0.0'
54
54
55
55
// You need to build grpc-java to obtain these libraries below.
56
- implementation ' io.grpc:grpc-okhttp:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
57
- implementation ' io.grpc:grpc-protobuf-lite:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
58
- implementation ' io.grpc:grpc-stub:1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
56
+ implementation ' io.grpc:grpc-okhttp:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-protobuf-lite:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
58
+ implementation ' io.grpc:grpc-stub:1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
59
59
implementation ' org.apache.tomcat:annotations-api:6.0.53'
60
60
}
Original file line number Diff line number Diff line change 23
23
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
26
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
27
def protobufVersion = ' 3.25.3'
28
28
def protocVersion = protobufVersion
29
29
Original file line number Diff line number Diff line change 24
24
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
28
28
def protocVersion = ' 3.25.3'
29
29
30
30
dependencies {
Original file line number Diff line number Diff line change 25
25
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
28
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
29
29
def protobufVersion = ' 3.25.3'
30
30
31
31
dependencies {
Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<!-- Feel free to delete the comment at the end of these lines. It is just
8
8
for safely updating the version in our release process. -->
9
- <version >1.67 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.66 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >example-debug</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.67 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.66 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protoc .version>3.25.3</protoc .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 24
24
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
28
28
def protobufVersion = ' 3.25.3'
29
29
def protocVersion = protobufVersion
30
30
Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<!-- Feel free to delete the comment at the end of these lines. It is just
8
8
for safely updating the version in our release process. -->
9
- <version >1.67 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.66 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >example-gauth</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.67 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.66 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protobuf .version>3.25.3</protobuf .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 25
25
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
28
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
29
29
def protocVersion = ' 3.25.3'
30
30
def openTelemetryVersion = ' 1.40.0'
31
31
def openTelemetryPrometheusVersion = ' 1.40.0-alpha'
Original file line number Diff line number Diff line change 25
25
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
28
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
29
29
def protocVersion = ' 3.25.3'
30
30
31
31
dependencies {
Original file line number Diff line number Diff line change 23
23
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
26
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
27
def protobufVersion = ' 3.25.3'
28
28
29
29
dependencies {
Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<!-- Feel free to delete the comment at the end of these lines. It is just
8
8
for safely updating the version in our release process. -->
9
- <version >1.67 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.66 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >example-hostname</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.67 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.66 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protoc .version>3.25.3</protoc .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 23
23
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
26
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
27
def protobufVersion = ' 3.25.3'
28
28
def protocVersion = protobufVersion
29
29
Original file line number Diff line number Diff line change 7
7
<packaging >jar</packaging >
8
8
<!-- Feel free to delete the comment at the end of these lines. It is just
9
9
for safely updating the version in our release process. -->
10
- <version >1.67 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
10
+ <version >1.66 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
11
11
<name >example-jwt-auth</name >
12
12
<url >https://github.com/grpc/grpc-java</url >
13
13
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
- <grpc .version>1.67 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
+ <grpc .version>1.66 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
17
17
<protobuf .version>3.25.3</protobuf .version>
18
18
<protoc .version>3.25.3</protoc .version>
19
19
<!-- required for jdk9 -->
Original file line number Diff line number Diff line change 23
23
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
26
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
27
def protobufVersion = ' 3.25.3'
28
28
def protocVersion = protobufVersion
29
29
Original file line number Diff line number Diff line change 7
7
<packaging >jar</packaging >
8
8
<!-- Feel free to delete the comment at the end of these lines. It is just
9
9
for safely updating the version in our release process. -->
10
- <version >1.67 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
10
+ <version >1.66 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
11
11
<name >example-oauth</name >
12
12
<url >https://github.com/grpc/grpc-java</url >
13
13
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
- <grpc .version>1.67 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
+ <grpc .version>1.66 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
17
17
<protobuf .version>3.25.3</protobuf .version>
18
18
<protoc .version>3.25.3</protoc .version>
19
19
<!-- required for jdk9 -->
Original file line number Diff line number Diff line change 24
24
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
28
28
def protocVersion = ' 3.25.3'
29
29
def openTelemetryVersion = ' 1.40.0'
30
30
def openTelemetryPrometheusVersion = ' 1.40.0-alpha'
Original file line number Diff line number Diff line change 18
18
targetCompatibility = JavaVersion . VERSION_1_8
19
19
}
20
20
21
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
21
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
22
22
def protocVersion = ' 3.25.3'
23
23
24
24
dependencies {
Original file line number Diff line number Diff line change 18
18
targetCompatibility = JavaVersion . VERSION_1_8
19
19
}
20
20
21
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
21
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
22
22
def protocVersion = ' 3.25.3'
23
23
24
24
dependencies {
Original file line number Diff line number Diff line change 16
16
targetCompatibility = JavaVersion . VERSION_1_8
17
17
}
18
18
19
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
19
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
20
20
def protocVersion = ' 3.25.3'
21
21
22
22
dependencies {
Original file line number Diff line number Diff line change 24
24
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
28
28
def protocVersion = ' 3.25.3'
29
29
30
30
dependencies {
Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<!-- Feel free to delete the comment at the end of these lines. It is just
8
8
for safely updating the version in our release process. -->
9
- <version >1.67 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.66 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >example-tls</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.67 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.66 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protoc .version>3.25.3</protoc .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 23
23
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
- def grpcVersion = ' 1.67 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
26
+ def grpcVersion = ' 1.66 .0-SNAPSHOT' // CURRENT_GRPC_VERSION
27
27
def protocVersion = ' 3.25.3'
28
28
29
29
dependencies {
Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<!-- Feel free to delete the comment at the end of these lines. It is just
8
8
for safely updating the version in our release process. -->
9
- <version >1.67 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.66 .0-SNAPSHOT</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >examples</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.67 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.66 .0-SNAPSHOT</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protobuf .version>3.25.3</protobuf .version>
17
17
<protoc .version>3.25.3</protoc .version>
18
18
<!-- required for JDK 8 -->
You can’t perform that action at this time.
0 commit comments