Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Sep 28, 2022
1 parent 0f44499 commit 7d4083a
Show file tree
Hide file tree
Showing 339 changed files with 16,704 additions and 103,566 deletions.
6 changes: 3 additions & 3 deletions java-deploy/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-deploy</artifactId>
<version>1.1.4</version>
<version>1.1.6</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-deploy:1.1.4'
implementation 'com.google.cloud:google-cloud-deploy:1.1.6'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.1.4"
libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.1.6"
```

## Authentication
Expand Down
6 changes: 3 additions & 3 deletions java-deploy/google-cloud-deploy-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-deploy</artifactId>
<version>1.1.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-deploy:current} -->
<version>1.1.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-deploy:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-deploy-v1</artifactId>
<version>1.1.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-deploy-v1:current} -->
<version>1.1.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-deploy-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-deploy-v1</artifactId>
<version>1.1.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-deploy-v1:current} -->
<version>1.1.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-deploy-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Loading

0 comments on commit 7d4083a

Please sign in to comment.