Skip to content

Commit 7417743

Browse files
authored
chore: Update gapic-generator-java version in WORKSPACE (#12761)
Release please didn't update the version in WORKSPACE correctly. Manually updating it to the release version. Add WORKSPACE to release-please-config.json so it can be updated automatically in the future.
1 parent a4997cb commit 7417743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
6767
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS")
6868
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS")
6969

70-
_gapic_generator_java_version = "2.68.1-SNAPSHOT" # {x-version-update:gapic-generator-java:current}
70+
_gapic_generator_java_version = "2.69.0" # {x-version-update:gapic-generator-java:current}
7171

7272
maven_install(
7373
artifacts = [

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"packages": {
99
".": {
1010
"extra-files": [
11+
"WORKSPACE",
1112
".github/workflows/generated_files_sync.yaml",
1213
".github/workflows/hermetic_library_generation.yaml",
13-
"sdk-platform-java/WORKSPACE",
1414
"sdk-platform-java/.cloudbuild/graalvm/cloudbuild.yaml",
1515
"sdk-platform-java/.cloudbuild/graalvm/cloudbuild-test-a.yaml",
1616
"sdk-platform-java/.cloudbuild/graalvm/cloudbuild-test-b.yaml",

0 commit comments

Comments
 (0)