Skip to content

Commit

Permalink
chore(main): release 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 26, 2023
1 parent 68eb961 commit 3577e50
Show file tree
Hide file tree
Showing 46 changed files with 141 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "1.16.0"
".": "1.17.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [1.17.0](https://github.com/googleapis/google-cloud-java/compare/v1.16.0...v1.17.0) (2023-07-26)


### Bug Fixes

* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.123.19 ([#9690](https://github.com/googleapis/google-cloud-java/issues/9690)) ([7f43cb6](https://github.com/googleapis/google-cloud-java/commit/7f43cb62b617f9b87d057e359871a69b54c6925b))
* **deps:** update dependency com.google.cloud:google-cloud-storage to v2.25.0 ([#9682](https://github.com/googleapis/google-cloud-java/issues/9682)) ([db953a0](https://github.com/googleapis/google-cloud-java/commit/db953a092872ae404facc386d009f6f19142740a))

## [1.16.0](https://github.com/googleapis/google-cloud-java/compare/v1.15.0...v1.16.0) (2023-07-21)


Expand Down
6 changes: 3 additions & 3 deletions java-private-catalog/README.md
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-private-catalog</artifactId>
<version>0.24.0</version>
<version>0.25.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-private-catalog:0.24.0'
implementation 'com.google.cloud:google-cloud-private-catalog:0.25.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.24.0"
libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.25.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-profiler/README.md
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler</artifactId>
<version>2.22.0</version>
<version>2.23.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-profiler:2.22.0'
implementation 'com.google.cloud:google-cloud-profiler:2.23.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.22.0"
libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.23.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-publicca/README.md
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-publicca</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-publicca:0.19.0'
implementation 'com.google.cloud:google-cloud-publicca:0.20.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-publicca" % "0.19.0"
libraryDependencies += "com.google.cloud" % "google-cloud-publicca" % "0.20.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-rapidmigrationassessment/README.md
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-rapidmigrationassessment</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.5.0'
implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.6.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-rapidmigrationassessment" % "0.5.0"
libraryDependencies += "com.google.cloud" % "google-cloud-rapidmigrationassessment" % "0.6.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-recaptchaenterprise/README.md
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recaptchaenterprise</artifactId>
<version>3.19.0</version>
<version>3.20.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.19.0'
implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.20.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.19.0"
libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.20.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-recommendations-ai/README.md
Expand Up @@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai</artifactId>
<version>0.29.0</version>
<version>0.30.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-recommendations-ai:0.29.0'
implementation 'com.google.cloud:google-cloud-recommendations-ai:0.30.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.29.0"
libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.30.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-recommender/README.md
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommender</artifactId>
<version>2.24.0</version>
<version>2.25.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-recommender:2.24.0'
implementation 'com.google.cloud:google-cloud-recommender:2.25.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-recommender" % "2.24.0"
libraryDependencies += "com.google.cloud" % "google-cloud-recommender" % "2.25.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-redis/README.md
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-redis</artifactId>
<version>2.25.0</version>
<version>2.26.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-redis:2.25.0'
implementation 'com.google.cloud:google-cloud-redis:2.26.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.25.0"
libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.26.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-resource-settings/README.md
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-resource-settings</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-resource-settings:1.22.0'
implementation 'com.google.cloud:google-cloud-resource-settings:1.23.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.22.0"
libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.23.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-resourcemanager/README.md
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-resourcemanager</artifactId>
<version>1.24.0</version>
<version>1.25.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-resourcemanager:1.24.0'
implementation 'com.google.cloud:google-cloud-resourcemanager:1.25.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.24.0"
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.25.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-retail/README.md
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-retail</artifactId>
<version>2.24.0</version>
<version>2.25.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-retail:2.24.0'
implementation 'com.google.cloud:google-cloud-retail:2.25.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.24.0"
libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.25.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-run/README.md
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-run</artifactId>
<version>0.22.0</version>
<version>0.23.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-run:0.22.0'
implementation 'com.google.cloud:google-cloud-run:0.23.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.22.0"
libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.23.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-scheduler/README.md
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-scheduler</artifactId>
<version>2.22.0</version>
<version>2.23.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-scheduler:2.22.0'
implementation 'com.google.cloud:google-cloud-scheduler:2.23.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.22.0"
libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.23.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-secretmanager/README.md
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-secretmanager</artifactId>
<version>2.22.0</version>
<version>2.23.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-secretmanager:2.22.0'
implementation 'com.google.cloud:google-cloud-secretmanager:2.23.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.22.0"
libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.23.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-security-private-ca/README.md
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-security-private-ca</artifactId>
<version>2.24.0</version>
<version>2.25.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-security-private-ca:2.24.0'
implementation 'com.google.cloud:google-cloud-security-private-ca:2.25.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.24.0"
libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.25.0"
```
<!-- {x-version-update-end} -->

Expand Down

0 comments on commit 3577e50

Please sign in to comment.