Skip to content

Commit 83729b0

Browse files
chore(main): release 1.73.0
1 parent e9692c4 commit 83729b0

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
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.72.0"
2+
".": "1.73.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.73.0](https://github.com/googleapis/google-cloud-java/compare/v1.72.0...v1.73.0) (2025-11-10)
4+
5+
6+
### Bug Fixes
7+
8+
* update dependency com.google.cloud:sdk-platform-java-config to v3.54.1 ([#11783](https://github.com/googleapis/google-cloud-java/issues/11783)) ([498635b](https://github.com/googleapis/google-cloud-java/commit/498635bce111ac4313f9d0344916170f550a4823))
9+
310
## [1.72.0](https://github.com/googleapis/google-cloud-java/compare/v1.71.0...v1.72.0) (2025-10-21)
411

512

java-notification/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-notification</artifactId>
48-
<version>0.196.0-beta</version>
48+
<version>0.197.0-beta</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-notification:0.196.0-beta'
55+
implementation 'com.google.cloud:google-cloud-notification:0.197.0-beta'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.196.0-beta"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.197.0-beta"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-vertexai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
4848
<dependency>
4949
<groupId>com.google.cloud</groupId>
5050
<artifactId>google-cloud-vertexai</artifactId>
51-
<version>1.38.0</version>
51+
<version>1.39.0</version>
5252
</dependency>
5353
```
5454

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

5757
```Groovy
58-
implementation 'com.google.cloud:google-cloud-vertexai:1.38.0'
58+
implementation 'com.google.cloud:google-cloud-vertexai:1.39.0'
5959
```
6060

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

6363
```Scala
64-
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.38.0"
64+
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.39.0"
6565
```
6666
<!-- {x-version-update-end} -->
6767

0 commit comments

Comments
 (0)