Skip to content

Commit 860c1bc

Browse files
deps: Upgrade Protobuf-Java to v3.25.5 (#3217)
Co-authored-by: cloud-java-bot <[email protected]>
1 parent 089c291 commit 860c1bc

File tree

613 files changed

+613
-613
lines changed

Some content is hidden

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

613 files changed

+613
-613
lines changed

.cloudbuild/library_generation/library_generation.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SHELL [ "/bin/bash", "-c" ]
3333

3434

3535
ARG OWLBOT_CLI_COMMITTISH=ac84fa5c423a0069bbce3d2d869c9730c8fdf550
36-
ARG PROTOC_VERSION=25.4
36+
ARG PROTOC_VERSION=25.5
3737
ARG GRPC_VERSION=1.66.0
3838
ENV HOME=/home
3939
ENV OS_ARCHITECTURE="linux-x86_64"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<google.http-client.version>1.45.0</google.http-client.version>
3232
<gson.version>2.11.0</gson.version>
3333
<guava.version>33.3.0-jre</guava.version>
34-
<protobuf.version>3.25.4</protobuf.version>
34+
<protobuf.version>3.25.5</protobuf.version>
3535
<opentelemetry.version>1.42.1</opentelemetry.version>
3636
<maven.compiler.release>8</maven.compiler.release>
3737
<errorprone.version>2.32.0</errorprone.version>

gax-java/dependencies.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ version.gax_httpjson=2.53.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.4
29+
version.com_google_protobuf=3.25.5
3030
version.google_java_format=1.15.0
3131
version.io_grpc=1.66.0
3232

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
/**

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
/**

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
public interface AuthProviderOrBuilder

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
/**

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
public interface AuthRequirementOrBuilder

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
/**

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
public interface AuthenticationOrBuilder

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
/**

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
public interface AuthenticationRuleOrBuilder

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

+1-1
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/backend.proto
1818

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

2222
/**

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

+1-1
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/backend.proto
1818

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

2222
public interface BackendOrBuilder

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

+1-1
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/backend.proto
1818

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

2222
public final class BackendProto {

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

+1-1
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/backend.proto
1818

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

2222
/**

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

+1-1
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/backend.proto
1818

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

2222
public interface BackendRuleOrBuilder

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

+1-1
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/billing.proto
1818

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

2222
/**

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

+1-1
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/billing.proto
1818

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

2222
public interface BillingOrBuilder

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

+1-1
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/billing.proto
1818

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

2222
public final class BillingProto {

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
/**

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

+1-1
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/client.proto
1818

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

2222
/**

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

+1-1
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/client.proto
1818

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

2222
/**

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

+1-1
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/client.proto
1818

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

2222
/**

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

+1-1
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/client.proto
1818

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

2222
public interface ClientLibrarySettingsOrBuilder

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

+1-1
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/client.proto
1818

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

2222
public final class ClientProto {

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

+1-1
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/client.proto
1818

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

2222
/**

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

+1-1
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/client.proto
1818

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

2222
public interface CommonLanguageSettingsOrBuilder

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
/**

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
public interface ConfigChangeOrBuilder

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

+1-1
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.4
19+
// Protobuf Java Version: 3.25.5
2020
package com.google.api;
2121

2222
public final class ConfigChangeProto {

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

+1-1
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/consumer.proto
1818

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

2222
public final class ConsumerProto {

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

+1-1
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/context.proto
1818

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

2222
/**

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

+1-1
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/context.proto
1818

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

2222
public interface ContextOrBuilder

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

+1-1
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/context.proto
1818

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

2222
public final class ContextProto {

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

+1-1
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/context.proto
1818

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

2222
/**

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

+1-1
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/context.proto
1818

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

2222
public interface ContextRuleOrBuilder

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

+1-1
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/control.proto
1818

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

2222
/**

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

+1-1
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/control.proto
1818

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

2222
public interface ControlOrBuilder

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

+1-1
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/control.proto
1818

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

2222
public final class ControlProto {

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

+1-1
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/client.proto
1818

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

2222
/**

0 commit comments

Comments
 (0)