Skip to content

Commit

Permalink
chore(deps): upgrade gapic-generator-java to 2.6.1 and update gax-jav…
Browse files Browse the repository at this point in the history
…a to 2.12.2

PiperOrigin-RevId: 428569213
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 14, 2022
1 parent 82528cf commit 3ec9414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Expand Up @@ -177,7 +177,7 @@ apple_support_dependencies()
##############################################################################
# Java
##############################################################################
_gax_java_version = "2.11.0"
_gax_java_version = "2.12.2"

http_archive(
name = "com_google_api_gax_java",
Expand All @@ -202,7 +202,7 @@ grpc_java_repositories()

# Java microgenerator.
# Must go AFTER java-gax, since both java gax and gapic-generator are written in java and may conflict.
_gapic_generator_java_version = "2.6.0"
_gapic_generator_java_version = "2.6.1"

http_archive(
name = "gapic_generator_java",
Expand Down

0 comments on commit 3ec9414

Please sign in to comment.