Skip to content

Commit

Permalink
chore(main): release 1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 18, 2024
1 parent 6618f6b commit 0ee83f7
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 34 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.43.0"
".": "1.44.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.44.0](https://github.com/googleapis/google-cloud-java/compare/v1.43.0...v1.44.0) (2024-09-18)


### Bug Fixes

* **deps:** update dependency com.google.apis:google-api-services-storage to v1-rev20240819-2.0.0 ([#11097](https://github.com/googleapis/google-cloud-java/issues/11097)) ([e8b6750](https://github.com/googleapis/google-cloud-java/commit/e8b67505cd9fc350dd0bf2d85d45f7f7f1394b3d))
* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.132.2 ([#11136](https://github.com/googleapis/google-cloud-java/issues/11136)) ([f603ab6](https://github.com/googleapis/google-cloud-java/commit/f603ab6b08bf75b2a536f072f38112fd2f01d22d))
* **deps:** update dependency com.google.cloud:google-cloud-storage to v2.43.0 ([#11147](https://github.com/googleapis/google-cloud-java/issues/11147)) ([66a384d](https://github.com/googleapis/google-cloud-java/commit/66a384de0ff54eb73b2e6bd52524ecb2ed0ac5dd))

## [1.43.0](https://github.com/googleapis/google-cloud-java/compare/v1.42.0...v1.43.0) (2024-09-11)


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

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

```Groovy
implementation 'com.google.cloud:google-cloud-vision:3.47.0'
implementation 'com.google.cloud:google-cloud-vision:3.48.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.47.0"
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.48.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-visionai:0.6.0'
implementation 'com.google.cloud:google-cloud-visionai:0.7.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-visionai" % "0.6.0"
libraryDependencies += "com.google.cloud" % "google-cloud-visionai" % "0.7.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-vmmigration:1.49.0'
implementation 'com.google.cloud:google-cloud-vmmigration:1.50.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.49.0"
libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.50.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-vmwareengine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,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.43.0</version>
<version>0.44.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-vmwareengine:0.43.0'
implementation 'com.google.cloud:google-cloud-vmwareengine:0.44.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.43.0"
libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.44.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 @@ -42,20 +42,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.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-vpcaccess:2.50.0'
implementation 'com.google.cloud:google-cloud-vpcaccess:2.51.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.50.0"
libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.51.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 @@ -42,20 +42,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.48.0</version>
<version>2.49.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-webrisk:2.48.0'
implementation 'com.google.cloud:google-cloud-webrisk:2.49.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.48.0"
libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.49.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 @@ -42,20 +42,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.49.0</version>
<version>2.50.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-websecurityscanner:2.49.0'
implementation 'com.google.cloud:google-cloud-websecurityscanner:2.50.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.49.0"
libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.50.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 @@ -42,20 +42,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.49.0</version>
<version>2.50.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.49.0'
implementation 'com.google.cloud:google-cloud-workflow-executions:2.50.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.49.0"
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.50.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 @@ -42,20 +42,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.49.0</version>
<version>2.50.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-workflows:2.49.0'
implementation 'com.google.cloud:google-cloud-workflows:2.50.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.49.0"
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.50.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 @@ -45,20 +45,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.13.0</version>
<version>0.14.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-workspaceevents:0.13.0'
implementation 'com.google.cloud:google-cloud-workspaceevents:0.14.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.13.0"
libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.14.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 @@ -42,20 +42,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.37.0</version>
<version>0.38.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-workstations:0.37.0'
implementation 'com.google.cloud:google-cloud-workstations:0.38.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.37.0"
libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.38.0"
```
<!-- {x-version-update-end} -->

Expand Down

0 comments on commit 0ee83f7

Please sign in to comment.