Skip to content

Commit 4381242

Browse files
Google APIscopybara-github
authored andcommitted
build: upgrade Java microgenerator to v2.2.1
# v2.2.1 ## Bug Fixes - gax batching regression (#863) (3a6f168) # v2.2.0 ## Features - Add REST AIP-151 LRO suport (cb1b534) - enable self signed JWT for http (#850) (aba0ec0) - Implement DIREGAPIC LRO annotations (#832) (d7b29e0) - REGAPIC initial implementation (#824) (fdcfe70) - REGAPIC Multitransport implementation (grpc+rest) (#833) (445daf4) ## Bug Fixes - [bazel] fix rest transport handling in assembly rule (#835) (92f7c1c) - DIREGAPIC LRO generated tests logic (#838) (8ae8e6f) - fix diregapic-lro logic (#834) (957f69a) PiperOrigin-RevId: 405492216
1 parent a51c341 commit 4381242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ grpc_java_repositories()
202202

203203
# Java microgenerator.
204204
# Must go AFTER java-gax, since both java gax and gapic-generator are written in java and may conflict.
205-
_gapic_generator_java_version = "2.1.0"
205+
_gapic_generator_java_version = "2.2.1"
206206

207207
http_archive(
208208
name = "gapic_generator_java",

0 commit comments

Comments
 (0)