From 44690f4b37e129d23081c2d8de06a0dcbfb750ea Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:45:16 +0000 Subject: [PATCH] chore(main): release 1.46.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ java-vmwareengine/README.md | 6 +++--- java-vpcaccess/README.md | 6 +++--- java-webrisk/README.md | 6 +++--- java-websecurityscanner/README.md | 6 +++--- java-workflow-executions/README.md | 6 +++--- java-workflows/README.md | 6 +++--- java-workspaceevents/README.md | 6 +++--- java-workstations/README.md | 6 +++--- 10 files changed, 33 insertions(+), 25 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf5f798ff27b..0b20d6d71f65 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.45.0" + ".": "1.46.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0cfbb017a9..97a28c4baea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.46.0](https://github.com/googleapis/google-cloud-java/compare/v1.45.0...v1.46.0) (2024-10-01) + + +### Bug Fixes + +* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.132.3 ([#11201](https://github.com/googleapis/google-cloud-java/issues/11201)) ([a8ff751](https://github.com/googleapis/google-cloud-java/commit/a8ff75186e630803081ae5456245ed4c1e0b5563)) +* **deps:** update dependency com.google.cloud:google-cloud-storage to v2.43.1 ([#11198](https://github.com/googleapis/google-cloud-java/issues/11198)) ([0cdd505](https://github.com/googleapis/google-cloud-java/commit/0cdd50546a1412dd74463dec9d4400ea6944f4bc)) + ## [1.45.0](https://github.com/googleapis/google-cloud-java/compare/v1.44.0...v1.45.0) (2024-09-27) diff --git a/java-vmwareengine/README.md b/java-vmwareengine/README.md index 29c004b370b5..6a94782ff3e7 100644 --- a/java-vmwareengine/README.md +++ b/java-vmwareengine/README.md @@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-vmwareengine - 0.45.0 + 0.46.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vmwareengine:0.45.0' +implementation 'com.google.cloud:google-cloud-vmwareengine:0.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.46.0" ``` diff --git a/java-vpcaccess/README.md b/java-vpcaccess/README.md index bbfc1c25d04d..e734b0e8af7e 100644 --- a/java-vpcaccess/README.md +++ b/java-vpcaccess/README.md @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-vpcaccess - 2.52.0 + 2.53.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vpcaccess:2.52.0' +implementation 'com.google.cloud:google-cloud-vpcaccess:2.53.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.52.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.53.0" ``` diff --git a/java-webrisk/README.md b/java-webrisk/README.md index 75b94049284a..5180c3b6607f 100644 --- a/java-webrisk/README.md +++ b/java-webrisk/README.md @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-webrisk - 2.50.0 + 2.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-webrisk:2.50.0' +implementation 'com.google.cloud:google-cloud-webrisk:2.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.51.0" ``` diff --git a/java-websecurityscanner/README.md b/java-websecurityscanner/README.md index 3741488cde64..49433c69c450 100644 --- a/java-websecurityscanner/README.md +++ b/java-websecurityscanner/README.md @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-websecurityscanner - 2.51.0 + 2.52.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-websecurityscanner:2.51.0' +implementation 'com.google.cloud:google-cloud-websecurityscanner:2.52.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.51.0" +libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.52.0" ``` diff --git a/java-workflow-executions/README.md b/java-workflow-executions/README.md index 0f74d74edb6e..d0df78ba12b4 100644 --- a/java-workflow-executions/README.md +++ b/java-workflow-executions/README.md @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-workflow-executions - 2.51.0 + 2.52.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-workflow-executions:2.51.0' +implementation 'com.google.cloud:google-cloud-workflow-executions:2.52.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.51.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.52.0" ``` diff --git a/java-workflows/README.md b/java-workflows/README.md index 9531ca954c68..b15563fec599 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-workflows - 2.51.0 + 2.52.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-workflows:2.51.0' +implementation 'com.google.cloud:google-cloud-workflows:2.52.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.51.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.52.0" ``` diff --git a/java-workspaceevents/README.md b/java-workspaceevents/README.md index 0f15006ee5c9..f2a83c7ed069 100644 --- a/java-workspaceevents/README.md +++ b/java-workspaceevents/README.md @@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-workspaceevents - 0.15.0 + 0.16.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-workspaceevents:0.15.0' +implementation 'com.google.cloud:google-cloud-workspaceevents:0.16.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.15.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.16.0" ``` diff --git a/java-workstations/README.md b/java-workstations/README.md index deb70941af56..d067c33dc447 100644 --- a/java-workstations/README.md +++ b/java-workstations/README.md @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-workstations - 0.39.0 + 0.40.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-workstations:0.39.0' +implementation 'com.google.cloud:google-cloud-workstations:0.40.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.39.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.40.0" ```