File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
with :
44
44
fetch-depth : 0
45
45
token : ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
46
- - uses : googleapis/sdk-platform-java/.github/scripts@v2.56.0
46
+ - uses : googleapis/sdk-platform-java/.github/scripts@v2.56.1
47
47
if : env.SHOULD_RUN == 'true'
48
48
with :
49
49
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.46.0
20
+ uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.46.1
21
21
with :
22
22
bom-path : google-cloud-storage-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.46.0 "
6
+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.1 "
7
7
}
8
8
9
9
env_vars: {
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.46.0 "
6
+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.46.1 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.google.cloud</groupId >
26
26
<artifactId >sdk-platform-java-config</artifactId >
27
- <version >3.46.0 </version >
27
+ <version >3.46.1 </version >
28
28
<relativePath />
29
29
</parent >
30
30
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.46.0 </version >
17
+ <version >3.46.1 </version >
18
18
</parent >
19
19
20
20
<developers >
You can’t perform that action at this time.
0 commit comments