Skip to content

Commit 3035181

Browse files
chore(main): release 1.69.0
1 parent 4c11fda commit 3035181

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.68.0"
2+
".": "1.69.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.69.0](https://github.com/googleapis/google-cloud-java/compare/v1.68.0...v1.69.0) (2025-09-20)
4+
5+
6+
### Bug Fixes
7+
8+
* update dependency com.google.cloud:sdk-platform-java-config to v3.52.2 ([#11747](https://github.com/googleapis/google-cloud-java/issues/11747)) ([deb0ed9](https://github.com/googleapis/google-cloud-java/commit/deb0ed92d7c3279e0e26ba8b22463cb77131fa10))
9+
310
## [1.68.0](https://github.com/googleapis/google-cloud-java/compare/v1.67.0...v1.68.0) (2025-09-11)
411

512

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.34.0</version>
51+
<version>1.35.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.34.0'
58+
implementation 'com.google.cloud:google-cloud-vertexai:1.35.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.34.0"
64+
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.35.0"
6565
```
6666
<!-- {x-version-update-end} -->
6767

0 commit comments

Comments
 (0)