Skip to content

Commit

Permalink
build: marking dependencies (8) non-required (#1472) (#693)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Source-Link: googleapis/synthtool@72c64b7
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
  • Loading branch information
gcf-owl-bot[bot] and parthea committed Jul 15, 2022
1 parent 0df82d1 commit ebe2017
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions java-bigqueryreservation/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
# created: 2022-07-13T13:53:17.676447481Z
digest: sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
# created: 2022-07-14T21:08:10.768472192Z
6 changes: 3 additions & 3 deletions java-bigqueryreservation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigqueryreservation</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-bigqueryreservation:2.4.0'
implementation 'com.google.cloud:google-cloud-bigqueryreservation:2.4.1'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "2.4.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "2.4.1"
```

## Authentication
Expand Down

0 comments on commit ebe2017

Please sign in to comment.