Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit 720665d

Browse files
fix(java): run Maven in plain console-friendly mode (#1301) (#756)
1 parent 7a64c2e commit 720665d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3-
digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87
3+
digest: sha256:491a007c6bd6e77f9e9b1bebcd6cdf08a4a4ef2c228c123d9696845204cb685d

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
If you are using Gradle 5.x or later, add this to your dependencies
3939

4040
```Groovy
41-
implementation platform('com.google.cloud:libraries-bom:24.1.0')
41+
implementation platform('com.google.cloud:libraries-bom:24.1.1')
4242
4343
implementation 'com.google.cloud:google-cloud-aiplatform'
4444
```

0 commit comments

Comments
 (0)