Skip to content

Commit

Permalink
Update google-api-services-storage for compatibility with google-api-…
Browse files Browse the repository at this point in the history
…client.
  • Loading branch information
SanjayVas committed Jan 10, 2024
1 parent d4b9a65 commit 7132ae9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
workspace(name = "wfa_measurement_system")

load("//build:repositories.bzl", "wfa_measurement_system_repositories")
load(
"//build:versions.bzl",
"APACHE_BEAM_VERSION",
"K8S_CLIENT_VERSION",
)
load("//build:repositories.bzl", "wfa_measurement_system_repositories")

wfa_measurement_system_repositories()

load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
load(
"@wfa_common_jvm//build:versions.bzl",
"AWS_JAVA_SDK_VERSION",
Expand All @@ -17,7 +18,6 @@ load(
"KOTLIN_RELEASE_VERSION",
"OPENTELEMETRY_JAVA_VERSION",
)
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

rules_js_dependencies()

Expand Down Expand Up @@ -116,6 +116,7 @@ MAVEN_ARTIFACTS_DICT = dict(common_jvm_maven_artifacts_dict().items() + {
"software.amazon.awssdk:acmpca": AWS_JAVA_SDK_VERSION,
"com.google.crypto.tink:tink-gcpkms": "1.9.0",
"com.google.crypto.tink:tink-awskms": "1.9.1",
"com.google.apis:google-api-services-storage": "v1-rev20240105-2.0.0",
}.items())

EXCLUDED_MAVEN_ARTIFACTS = [x for x in COMMON_JVM_EXCLUDED_ARTIFACTS if x != "org.slf4j:slf4j-log4j12"] + ["org.apache.beam:beam-sdks-java-io-kafka"]
Expand Down
2 changes: 1 addition & 1 deletion build/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
# * https://cloud.google.com/dataflow/docs/support/sdk-version-support-status#apache-beam-2.x-sdks
# * https://beam.apache.org/documentation/runners/flink/#flink-version-compatibility
# * https://docs.aws.amazon.com/kinesisanalytics/latest/java/earlier.html
APACHE_BEAM_VERSION = "2.38.0"
APACHE_BEAM_VERSION = "2.40.0"

K8S_CLIENT_VERSION = "16.0.0"

0 comments on commit 7132ae9

Please sign in to comment.