Commit 531f8c5 1 parent 7984076 commit 531f8c5 Copy full SHA for 531f8c5
File tree 7 files changed +11
-7
lines changed
7 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
fetch-depth : 0
39
39
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
41
41
if : env.SHOULD_RUN == 'true'
42
42
with :
43
43
base_ref : ${{ github.base_ref }}
Original file line number Diff line number Diff line change 17
17
# repository
18
18
.kokoro/build.sh
19
19
- 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
21
21
with :
22
22
bom-path : google-cloud-logging-bom/pom.xml
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
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"
7
7
}
8
8
9
9
env_vars: {
@@ -30,4 +30,4 @@ env_vars: {
30
30
env_vars: {
31
31
key: " SECRET_MANAGER_KEYS"
32
32
value: " java-it-service-account"
33
- }
33
+ }
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
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"
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
10
10
<artifactId >sdk-platform-java-config</artifactId >
11
- <version >3.39 .0</version >
11
+ <version >3.40 .0</version >
12
12
</parent >
13
13
14
14
<name >Google Cloud logging BOM</name >
Original file line number Diff line number Diff line change 102
102
<groupId >com.google.errorprone</groupId >
103
103
<artifactId >error_prone_annotations</artifactId >
104
104
</dependency >
105
+ <dependency >
106
+ <groupId >com.google.auth</groupId >
107
+ <artifactId >google-auth-library-credentials</artifactId >
108
+ </dependency >
105
109
106
110
<!-- Test dependencies -->
107
111
<dependency >
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >com.google.cloud</groupId >
16
16
<artifactId >sdk-platform-java-config</artifactId >
17
- <version >3.39 .0</version >
17
+ <version >3.40 .0</version >
18
18
</parent >
19
19
20
20
<developers >
You can’t perform that action at this time.
0 commit comments