Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 23, 2023
1 parent afe3134 commit b3f3ae8
Show file tree
Hide file tree
Showing 81 changed files with 245 additions and 238 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.7.0"
".": "1.8.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.8.0](https://github.com/googleapis/google-cloud-java/compare/v1.7.0...v1.8.0) (2023-03-23)


### Bug Fixes

* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.123.7 ([#9269](https://github.com/googleapis/google-cloud-java/issues/9269)) ([e018539](https://github.com/googleapis/google-cloud-java/commit/e018539a8d403033ddaf697838c952a22e2b5f44))

## [1.7.0](https://github.com/googleapis/google-cloud-java/compare/v1.6.0...v1.7.0) (2023-03-16)


Expand Down
6 changes: 3 additions & 3 deletions java-document-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-document-ai</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-document-ai:2.17.0'
implementation 'com.google.cloud:google-cloud-document-ai:2.18.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.17.0"
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.18.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-enterpriseknowledgegraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-enterpriseknowledgegraph</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-enterpriseknowledgegraph:0.9.0'
implementation 'com.google.cloud:google-cloud-enterpriseknowledgegraph:0.10.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-enterpriseknowledgegraph" % "0.9.0"
libraryDependencies += "com.google.cloud" % "google-cloud-enterpriseknowledgegraph" % "0.10.0"
```
<!--- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-errorreporting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting</artifactId>
<version>0.134.0-beta</version>
<version>0.135.0-beta</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-errorreporting:0.134.0-beta'
implementation 'com.google.cloud:google-cloud-errorreporting:0.135.0-beta'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.134.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.135.0-beta"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-essential-contacts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-essential-contacts</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-essential-contacts:2.13.0'
implementation 'com.google.cloud:google-cloud-essential-contacts:2.14.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-essential-contacts" % "2.13.0"
libraryDependencies += "com.google.cloud" % "google-cloud-essential-contacts" % "2.14.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-eventarc-publishing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-eventarc-publishing</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-eventarc-publishing:0.13.0'
implementation 'com.google.cloud:google-cloud-eventarc-publishing:0.14.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-eventarc-publishing" % "0.13.0"
libraryDependencies += "com.google.cloud" % "google-cloud-eventarc-publishing" % "0.14.0"
```
<!--- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-filestore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-filestore</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-filestore:1.14.0'
implementation 'com.google.cloud:google-cloud-filestore:1.15.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-game-servers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-game-servers</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-game-servers:2.13.0'
implementation 'com.google.cloud:google-cloud-game-servers:2.14.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-game-servers" % "2.13.0"
libraryDependencies += "com.google.cloud" % "google-cloud-game-servers" % "2.14.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-gke-connect-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-gke-connect-gateway</artifactId>
<version>0.14.0</version>
<version>0.15.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-gke-connect-gateway:0.14.0'
implementation 'com.google.cloud:google-cloud-gke-connect-gateway:0.15.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-gke-connect-gateway" % "0.14.0"
libraryDependencies += "com.google.cloud" % "google-cloud-gke-connect-gateway" % "0.15.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-gkehub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-gkehub</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-gkehub:1.13.0'
implementation 'com.google.cloud:google-cloud-gkehub:1.14.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-grafeas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
</dependency>
```

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

```Groovy
implementation 'io.grafeas:grafeas:2.14.0'
implementation 'io.grafeas:grafeas:2.15.0'
```

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

```Scala
libraryDependencies += "io.grafeas" % "grafeas" % "2.14.0"
libraryDependencies += "io.grafeas" % "grafeas" % "2.15.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-gsuite-addons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-gsuite-addons</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-gsuite-addons:2.13.0'
implementation 'com.google.cloud:google-cloud-gsuite-addons:2.14.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-gsuite-addons" % "2.13.0"
libraryDependencies += "com.google.cloud" % "google-cloud-gsuite-addons" % "2.14.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-iam-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-admin</artifactId>
<version>3.8.0</version>
<version>3.9.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-iam-admin:3.8.0'
implementation 'com.google.cloud:google-iam-admin:3.9.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-iam-admin" % "3.8.0"
libraryDependencies += "com.google.cloud" % "google-iam-admin" % "3.9.0"
```
<!--- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-iamcredentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-iamcredentials:2.13.0'
implementation 'com.google.cloud:google-cloud-iamcredentials:2.14.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.13.0"
libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.14.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-iot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iot</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-iot:2.13.0'
implementation 'com.google.cloud:google-cloud-iot:2.14.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.13.0"
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.14.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-kms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-kms</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-kms:2.16.0'
implementation 'com.google.cloud:google-cloud-kms:2.17.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.16.0"
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.17.0"
```
<!-- {x-version-update-end} -->

Expand Down
Loading

0 comments on commit b3f3ae8

Please sign in to comment.