Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update protobuf dependencies to v3.22.3 #1369

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ startup --batch

build --show_timestamps
build --protocopt=--experimental_allow_proto3_optional

build --cxxopt=-std=c++14
build --host_cxxopt=-std=c++14
Comment on lines +6 to +7
Copy link
Member

@suztomo suztomo Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From protocolbuffers/protobuf#12393 to resolve "C++ versions less than C++14 are not supported."

4 changes: 2 additions & 2 deletions gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<google.auth.version>1.16.0</google.auth.version>
<gson.version>2.10.1</gson.version>
<guava.version>31.1-jre</guava.version>
<protobuf.version>3.21.12</protobuf.version>
<protobuf.version>3.22.3</protobuf.version>
<maven.compiler.release>8</maven.compiler.release>
</properties>

Expand Down Expand Up @@ -189,4 +189,4 @@
<url>https://repo1.maven.org/maven2</url>
</repository>
</repositories>
</project>
</project>
2 changes: 1 addition & 1 deletion gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version.gax_httpjson=0.112.1-SNAPSHOT
# Versions for dependencies which actual artifacts differ between Bazel and Gradle.
# Gradle build depends on prebuilt maven artifacts, while Bazel build depends on Bazel workspaces
# with the sources.
version.com_google_protobuf=3.21.12
version.com_google_protobuf=3.22.3
version.google_java_format=1.15.0
version.io_grpc=1.54.0

Expand Down