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

Commit d47c56b

Browse files
fix(java): add -ntp flag to native image testing command (#1299) (#1150)
1 parent 5443442 commit d47c56b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerydatatransfer'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.25'
59+
implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.26'
6060
```
6161

6262
If you are using SBT, add this to your dependencies
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.25"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.26"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)