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

Commit 30b2026

Browse files
fix(java): add -ntp flag to native image testing command (#1299) (#745)
1 parent 99b6900 commit 30b2026

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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:4e961d006ec9e44501273788f3cbe1e060c4666742ba190f60d6a05bcdf3ac8f
3+
digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ implementation 'com.google.cloud:google-cloud-aiplatform'
4545
If you are using Gradle without BOM, add this to your dependencies
4646

4747
```Groovy
48-
implementation 'com.google.cloud:google-cloud-aiplatform:2.5.0'
48+
implementation 'com.google.cloud:google-cloud-aiplatform:2.5.2'
4949
```
5050

5151
If you are using SBT, add this to your dependencies
5252

5353
```Scala
54-
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.5.0"
54+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.5.2"
5555
```
5656

5757
## Authentication

0 commit comments

Comments
 (0)