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

Commit f0289e8

Browse files
fix(java): add -ntp flag to native image testing command (#1299) (#589)
1 parent fa457a7 commit f0289e8

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:5b8c790f57cca57e6b37ba25f79291265c218cea3e6ba9714b001910ab3f1419
3+
digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
2727
If you are using Gradle without BOM, add this to your dependencies
2828

2929
```Groovy
30-
implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.1.6'
30+
implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.1.7'
3131
```
3232

3333
If you are using SBT, add this to your dependencies
3434

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.1.6"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.1.7"
3737
```
3838

3939
## Authentication

0 commit comments

Comments
 (0)