Skip to content

Commit

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

PiperOrigin-RevId: 450543911
  • Loading branch information
Google APIs authored and copybara-github committed May 23, 2022
1 parent 2f003c0 commit 5528344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ maven_install(
],
)

_gax_java_version = "2.16.0"
_gax_java_version = "2.18.1"

http_archive(
name = "com_google_api_gax_java",
Expand All @@ -236,7 +236,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.7.0"
_gapic_generator_java_version = "2.8.0"

http_archive(
name = "gapic_generator_java",
Expand Down

0 comments on commit 5528344

Please sign in to comment.