Skip to content

Commit 371bbad

Browse files
zhumin8lqiu96
authored andcommitted
deps: Upgrade Protobuf-Java to v3.25.8 (#3810)
upgrade protobuf-java to v3.25.8, [release notes](https://github.com/protocolbuffers/protobuf/releases/tag/v25.8) - update protobuf java to v3.25.8 - locally run `mvn compile -P update` from java-showcase to update golden showcase files
1 parent f5873a7 commit 371bbad

File tree

722 files changed

+722
-722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

722 files changed

+722
-722
lines changed

.cloudbuild/library_generation/library_generation.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN cp "/root/.m2/repository/com/google/api/gapic-generator-java/${DOCKER_GAPIC_
3737
FROM docker.io/library/python:3.13.2-slim@sha256:6b3223eb4d93718828223966ad316909c39813dee3ee9395204940500792b740 as final
3838

3939
ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
40-
ARG PROTOC_VERSION=25.5
40+
ARG PROTOC_VERSION=25.8
4141
ARG GRPC_VERSION=1.71.0
4242
ENV HOME=/home
4343
ENV OS_ARCHITECTURE="linux-x86_64"

.cloudbuild/library_generation/library_generation_airlock.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN cp "/root/.m2/repository/com/google/api/gapic-generator-java/${DOCKER_GAPIC_
3838
FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/python@sha256:afc139a0a640942491ec481ad8dda10f2c5b753f5c969393b12480155fe15a63 as final
3939

4040
ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
41-
ARG PROTOC_VERSION=25.5
41+
ARG PROTOC_VERSION=25.8
4242
ARG GRPC_VERSION=1.71.0
4343
ENV HOME=/home
4444
ENV OS_ARCHITECTURE="linux-x86_64"

gapic-generator-java-pom-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<google.http-client.version>1.47.0</google.http-client.version>
3232
<gson.version>2.12.1</gson.version>
3333
<guava.version>33.4.0-jre</guava.version>
34-
<protobuf.version>3.25.5</protobuf.version>
34+
<protobuf.version>3.25.8</protobuf.version>
3535
<opentelemetry.version>1.47.0</opentelemetry.version>
3636
<maven.compiler.release>8</maven.compiler.release>
3737
<errorprone.version>2.38.0</errorprone.version>

gax-java/dependencies.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ version.gax_httpjson=2.66.1-SNAPSHOT
2626
# The protobuf version is only used for generating gradle files for showcase module,
2727
# not for self-service clients (from googleapis project).
2828

29-
version.com_google_protobuf=3.25.5
29+
version.com_google_protobuf=3.25.8
3030
version.google_java_format=1.15.0
3131
version.io_grpc=1.71.0
3232

java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Advice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/api/config_change.proto
1818

19-
// Protobuf Java Version: 3.25.5
19+
// Protobuf Java Version: 3.25.8
2020
package com.google.api;
2121

2222
/**

java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AdviceOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/api/config_change.proto
1818

19-
// Protobuf Java Version: 3.25.5
19+
// Protobuf Java Version: 3.25.8
2020
package com.google.api;
2121

2222
public interface AdviceOrBuilder

java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AnnotationsProto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/api/annotations.proto
1818

19-
// Protobuf Java Version: 3.25.5
19+
// Protobuf Java Version: 3.25.8
2020
package com.google.api;
2121

2222
public final class AnnotationsProto {

java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/api/auth.proto
1818

19-
// Protobuf Java Version: 3.25.5
19+
// Protobuf Java Version: 3.25.8
2020
package com.google.api;
2121

2222
public final class AuthProto {

java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/api/auth.proto
1818

19-
// Protobuf Java Version: 3.25.5
19+
// Protobuf Java Version: 3.25.8
2020
package com.google.api;
2121

2222
/**

java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProviderOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/api/auth.proto
1818

19-
// Protobuf Java Version: 3.25.5
19+
// Protobuf Java Version: 3.25.8
2020
package com.google.api;
2121

2222
public interface AuthProviderOrBuilder

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy