Skip to content

Commit

Permalink
chore(deps): Update gapic-generator-java to 2.10.1 and gax-java to 2.…
Browse files Browse the repository at this point in the history
…19.4

PiperOrigin-RevId: 482898738
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 21, 2022
1 parent 71715c5 commit 8886bac
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 @@ -244,7 +244,7 @@ maven_install(
],
)

_gax_java_version = "2.19.2"
_gax_java_version = "2.19.4"

http_archive(
name = "com_google_api_gax_java",
Expand All @@ -269,7 +269,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.10.0"
_gapic_generator_java_version = "2.10.1"

http_archive(
name = "gapic_generator_java",
Expand Down

0 comments on commit 8886bac

Please sign in to comment.