Skip to content

Commit 531f8c5

Browse files
authored
deps: update sdk platform java dependencies (#1725)
* deps: update sdk platform java dependencies * fix: Error for Used undeclared dependencies found by declaring google-auth-library-credentials dependencies
1 parent 7984076 commit 531f8c5

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

.github/workflows/hermetic_library_generation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.49.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.50.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

.github/workflows/unmanaged_dependency_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
# repository
1818
.kokoro/build.sh
1919
- name: Unmanaged dependency check
20-
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.39.0
20+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.40.0
2121
with:
2222
bom-path: google-cloud-logging-bom/pom.xml

.kokoro/presubmit/graalvm-native-17.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.39.0"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.40.0"
77
}
88

99
env_vars: {
@@ -30,4 +30,4 @@ env_vars: {
3030
env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
3232
value: "java-it-service-account"
33-
}
33+
}

.kokoro/presubmit/graalvm-native.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.39.0"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.40.0"
77
}
88

99
env_vars: {

google-cloud-logging-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>sdk-platform-java-config</artifactId>
11-
<version>3.39.0</version>
11+
<version>3.40.0</version>
1212
</parent>
1313

1414
<name>Google Cloud logging BOM</name>

google-cloud-logging/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
<groupId>com.google.errorprone</groupId>
103103
<artifactId>error_prone_annotations</artifactId>
104104
</dependency>
105+
<dependency>
106+
<groupId>com.google.auth</groupId>
107+
<artifactId>google-auth-library-credentials</artifactId>
108+
</dependency>
105109

106110
<!-- Test dependencies -->
107111
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>sdk-platform-java-config</artifactId>
17-
<version>3.39.0</version>
17+
<version>3.40.0</version>
1818
</parent>
1919

2020
<developers>

0 commit comments

Comments
 (0)