Skip to content

Commit a633cb5

Browse files
chore(main): release 1.71.0
1 parent cc1a9c2 commit a633cb5

File tree

4 files changed

+46
-5
lines changed

4 files changed

+46
-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.70.0"
2+
".": "1.71.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.71.0](https://github.com/googleapis/google-cloud-java/compare/v1.70.0...v1.71.0) (2025-10-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Migrate away from GoogleCredentials.fromStream() usages ([#11765](https://github.com/googleapis/google-cloud-java/issues/11765)) ([6498808](https://github.com/googleapis/google-cloud-java/commit/6498808675d0ca6719f7eccc095c3509136c53a6))
9+
310
## [1.70.0](https://github.com/googleapis/google-cloud-java/compare/v1.69.0...v1.70.0) (2025-10-07)
411

512

changelog.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "6498808675d0ca6719f7eccc095c3509136c53a6",
9+
"message": "Migrate away from GoogleCredentials.fromStream() usages",
10+
"issues": [
11+
"11765"
12+
]
13+
}
14+
],
15+
"version": "1.71.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-websecurityscanner",
18+
"id": "cb8d0222-8205-4629-b29e-a9426cfbd761",
19+
"createTime": "2025-10-08T21:15:24.148Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "fix",
25+
"sha": "6498808675d0ca6719f7eccc095c3509136c53a6",
26+
"message": "Migrate away from GoogleCredentials.fromStream() usages",
27+
"issues": [
28+
"11765"
29+
]
30+
}
31+
],
32+
"version": "1.71.0",
33+
"language": "JAVA",
34+
"artifactName": "com.google.cloud:google-cloud-translate",
35+
"id": "6c6d0416-5670-41ed-9738-b631fd21c1bd",
36+
"createTime": "2025-10-08T21:15:23.318Z"
37+
},
438
{
539
"changes": [
640
{
@@ -1027626,5 +1027660,5 @@
10276261027660
"createTime": "2023-02-03T16:27:23.198Z"
10276271027661
}
10276281027662
],
1027629-
"updateTime": "2025-10-07T14:50:22.367Z"
1027663+
"updateTime": "2025-10-08T21:15:24.148Z"
10276301027664
}

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

0 commit comments

Comments
 (0)