Skip to content

Commit

Permalink
chore(main): release 1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 11, 2024
1 parent 75acba6 commit 8782b16
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.47.0"
".": "1.48.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.48.0](https://github.com/googleapis/google-cloud-java/compare/v1.47.0...v1.48.0) (2024-11-11)


### Bug Fixes

* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.134.1 ([#11279](https://github.com/googleapis/google-cloud-java/issues/11279)) ([3f05ca4](https://github.com/googleapis/google-cloud-java/commit/3f05ca43ca702d2a26220976ca3533c781aeea78))

## [1.47.0](https://github.com/googleapis/google-cloud-java/compare/v1.46.0...v1.47.0) (2024-10-28)


Expand Down
6 changes: 3 additions & 3 deletions java-vertexai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-vertexai</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-vertexai:1.13.0'
implementation 'com.google.cloud:google-cloud-vertexai:1.14.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.13.0"
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.14.0"
```
<!-- {x-version-update-end} -->

Expand Down

0 comments on commit 8782b16

Please sign in to comment.