Skip to content

Commit 1802ae7

Browse files
chore(main): release 1.77.0
1 parent ce89f0f commit 1802ae7

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
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.76.0"
2+
".": "1.77.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.77.0](https://github.com/googleapis/google-cloud-java/compare/v1.76.0...v1.77.0) (2026-01-28)
4+
5+
6+
### Bug Fixes
7+
8+
* update dependency com.google.cloud:sdk-platform-java-config to v3.56.0 ([#11879](https://github.com/googleapis/google-cloud-java/issues/11879)) ([ac1f018](https://github.com/googleapis/google-cloud-java/commit/ac1f0182ac5b405ca164ac867c8c042322736bef))
9+
310
## [1.76.0](https://github.com/googleapis/google-cloud-java/compare/v1.75.0...v1.76.0) (2026-01-15)
411

512

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "ac1f0182ac5b405ca164ac867c8c042322736bef",
9+
"message": "update dependency com.google.cloud:sdk-platform-java-config to v3.56.0",
10+
"issues": [
11+
"11879"
12+
]
13+
}
14+
],
15+
"version": "1.77.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-compute",
18+
"id": "af671fd6-39df-45ae-8e00-a869bb42f788",
19+
"createTime": "2026-01-28T14:44:27.879Z"
20+
},
421
{
522
"changes": [
623
{
@@ -1073301,5 +1073318,5 @@
10733011073318
"createTime": "2023-02-03T16:27:23.198Z"
10733021073319
}
10733031073320
],
1073304-
"updateTime": "2026-01-15T03:30:52.629Z"
1073321+
"updateTime": "2026-01-28T14:44:27.879Z"
10733051073322
}

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

0 commit comments

Comments
 (0)