Skip to content

Commit

Permalink
chore(main): release 1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 1, 2024
1 parent e953718 commit 44690f4
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 25 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.45.0"
".": "1.46.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions java-vmwareengine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-vmwareengine</artifactId>
<version>0.45.0</version>
<version>0.46.0</version>
</dependency>
```

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"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-vpcaccess/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-vpcaccess</artifactId>
<version>2.52.0</version>
<version>2.53.0</version>
</dependency>
```

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"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-webrisk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-webrisk</artifactId>
<version>2.50.0</version>
<version>2.51.0</version>
</dependency>
```

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"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-websecurityscanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-websecurityscanner</artifactId>
<version>2.51.0</version>
<version>2.52.0</version>
</dependency>
```

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"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-workflow-executions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workflow-executions</artifactId>
<version>2.51.0</version>
<version>2.52.0</version>
</dependency>
```

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"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workflows</artifactId>
<version>2.51.0</version>
<version>2.52.0</version>
</dependency>
```

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"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-workspaceevents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workspaceevents</artifactId>
<version>0.15.0</version>
<version>0.16.0</version>
</dependency>
```

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"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-workstations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workstations</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
</dependency>
```

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"
```
<!-- {x-version-update-end} -->

Expand Down

0 comments on commit 44690f4

Please sign in to comment.