Skip to content

Commit 346ffd3

Browse files
chore(main): release 1.17.0
1 parent 7f66368 commit 346ffd3

File tree

46 files changed

+140
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+140
-133
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.16.0"
2+
".": "1.17.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.17.0](https://github.com/googleapis/google-cloud-java/compare/v1.16.0...v1.17.0) (2023-07-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [1.16.0](https://github.com/googleapis/google-cloud-java/compare/v1.15.0...v1.16.0) (2023-07-21)
411

512

java-private-catalog/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-private-catalog</artifactId>
48-
<version>0.24.0</version>
48+
<version>0.25.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-private-catalog:0.24.0'
55+
implementation 'com.google.cloud:google-cloud-private-catalog:0.25.0'
5656
```
5757

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

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

java-profiler/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-profiler</artifactId>
45-
<version>2.22.0</version>
45+
<version>2.23.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-profiler:2.22.0'
52+
implementation 'com.google.cloud:google-cloud-profiler:2.23.0'
5353
```
5454

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

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

java-publicca/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-publicca</artifactId>
48-
<version>0.19.0</version>
48+
<version>0.20.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-publicca:0.19.0'
55+
implementation 'com.google.cloud:google-cloud-publicca:0.20.0'
5656
```
5757

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

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

java-rapidmigrationassessment/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-rapidmigrationassessment</artifactId>
48-
<version>0.5.0</version>
48+
<version>0.6.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.5.0'
55+
implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.6.0'
5656
```
5757

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

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

java-recaptchaenterprise/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-recaptchaenterprise</artifactId>
45-
<version>3.19.0</version>
45+
<version>3.20.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.19.0'
52+
implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.20.0'
5353
```
5454

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

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

java-recommendations-ai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-recommendations-ai</artifactId>
49-
<version>0.29.0</version>
49+
<version>0.30.0</version>
5050
</dependency>
5151
```
5252

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

5555
```Groovy
56-
implementation 'com.google.cloud:google-cloud-recommendations-ai:0.29.0'
56+
implementation 'com.google.cloud:google-cloud-recommendations-ai:0.30.0'
5757
```
5858

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

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

java-recommender/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-recommender</artifactId>
45-
<version>2.24.0</version>
45+
<version>2.25.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-recommender:2.24.0'
52+
implementation 'com.google.cloud:google-cloud-recommender:2.25.0'
5353
```
5454

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

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

java-redis/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-redis</artifactId>
45-
<version>2.25.0</version>
45+
<version>2.26.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-redis:2.25.0'
52+
implementation 'com.google.cloud:google-cloud-redis:2.26.0'
5353
```
5454

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

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

0 commit comments

Comments
 (0)