Skip to content

Commit 323154c

Browse files
chore(main): release 1.15.0
1 parent 92fc785 commit 323154c

File tree

34 files changed

+105
-97
lines changed

34 files changed

+105
-97
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.14.0"
2+
".": "1.15.0"
33
}

CHANGELOG.md

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

3+
## [1.15.0](https://github.com/googleapis/google-cloud-java/compare/v1.14.0...v1.15.0) (2023-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency com.google.apis:google-api-services-storage to v1-rev20230617-2.0.0 ([#9559](https://github.com/googleapis/google-cloud-java/issues/9559)) ([a698f51](https://github.com/googleapis/google-cloud-java/commit/a698f51b8ef94ebfa043f3d4e497c701b73ef30d))
9+
* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.123.16 ([#9580](https://github.com/googleapis/google-cloud-java/issues/9580)) ([f4d8639](https://github.com/googleapis/google-cloud-java/commit/f4d8639b48199526485326a112ab9426869c7c76))
10+
311
## [1.14.0](https://github.com/googleapis/google-cloud-java/compare/v1.13.0...v1.14.0) (2023-06-23)
412

513

java-scheduler/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-scheduler</artifactId>
45-
<version>2.20.0</version>
45+
<version>2.21.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-scheduler:2.20.0'
52+
implementation 'com.google.cloud:google-cloud-scheduler:2.21.0'
5353
```
5454

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

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

java-secretmanager/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-secretmanager</artifactId>
45-
<version>2.20.0</version>
45+
<version>2.21.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-secretmanager:2.20.0'
52+
implementation 'com.google.cloud:google-cloud-secretmanager:2.21.0'
5353
```
5454

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

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

java-security-private-ca/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-security-private-ca</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-security-private-ca:2.22.0'
52+
implementation 'com.google.cloud:google-cloud-security-private-ca: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-security-private-ca" % "2.22.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.23.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-securitycenter-settings/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-securitycenter-settings</artifactId>
48-
<version>0.23.0</version>
48+
<version>0.24.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-securitycenter-settings:0.23.0'
55+
implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.24.0'
5656
```
5757

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

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

java-securitycenter/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-securitycenter</artifactId>
45-
<version>2.28.0</version>
45+
<version>2.29.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-securitycenter:2.28.0'
52+
implementation 'com.google.cloud:google-cloud-securitycenter:2.29.0'
5353
```
5454

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

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

java-service-control/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-service-control</artifactId>
45-
<version>1.20.0</version>
45+
<version>1.21.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-service-control:1.20.0'
52+
implementation 'com.google.cloud:google-cloud-service-control:1.21.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.20.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.21.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-service-management/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-service-management</artifactId>
45-
<version>3.18.0</version>
45+
<version>3.19.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-service-management:3.18.0'
52+
implementation 'com.google.cloud:google-cloud-service-management:3.19.0'
5353
```
5454

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

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

java-service-usage/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-service-usage</artifactId>
45-
<version>2.20.0</version>
45+
<version>2.21.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-service-usage:2.20.0'
52+
implementation 'com.google.cloud:google-cloud-service-usage:2.21.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.20.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.21.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

0 commit comments

Comments
 (0)