Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-beyondco…
Browse files Browse the repository at this point in the history
…rp-appgateways to v0.2.0 (#43)

* chore(deps): update dependency com.google.cloud:google-cloud-beyondcorp-appgateways to v0.2.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 Nov 9, 2022
1 parent ed53f74 commit 2bb78cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions java-beyondcorp-appgateways/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-beyondcorp-appgateways</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-beyondcorp-appgateways:0.1.0'
implementation 'com.google.cloud:google-cloud-beyondcorp-appgateways:0.2.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appgateways" % "0.1.0"
libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appgateways" % "0.2.0"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion java-beyondcorp-appgateways/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-beyondcorp-appgateways</artifactId>
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-beyondcorp-appgateways:current} -->
<version>0.2.0</version><!-- {x-version-update:google-cloud-beyondcorp-appgateways:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
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-beyondcorp-appgateways</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
<!-- [END _install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion java-beyondcorp-appgateways/samples/snapshot/pom.xml
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-beyondcorp-appgateways</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion java-beyondcorp-appgateways/samples/snippets/pom.xml
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-beyondcorp-appgateways</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2bb78cd

Please sign in to comment.