Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-cloudcom…
Browse files Browse the repository at this point in the history
…merceconsumerprocurement to v0.1.0 (#8)

* chore(deps): update dependency com.google.cloud:google-cloud-cloudcommerceconsumerprocurement to v0.1.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] authored Aug 12, 2022
1 parent 628e29a commit 7b9cf75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions java-cloudcommerceconsumerprocurement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-cloudcommerceconsumerprocurement</artifactId>
<version>0.0.0</version>
<version>0.1.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-cloudcommerceconsumerprocurement:0.0.0'
implementation 'com.google.cloud:google-cloud-cloudcommerceconsumerprocurement:0.1.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-cloudcommerceconsumerprocurement" % "0.0.0"
libraryDependencies += "com.google.cloud" % "google-cloud-cloudcommerceconsumerprocurement" % "0.1.0"
```

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-cloudcommerceconsumerprocurement</artifactId>
<version>0.0.0</version>
<version>0.1.0</version>
</dependency>
<!-- [END _install_without_bom] -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-cloudcommerceconsumerprocurement</artifactId>
<version>0.0.0</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 7b9cf75

Please sign in to comment.