Skip to content

Commit

Permalink
chore: Update generation configuration at Wed Aug 14 02:18:24 UTC 2024 (
Browse files Browse the repository at this point in the history
#2133)

* chore: Update generation configuration at Fri Aug  2 02:17:37 UTC 2024

* chore: Update generation configuration at Sat Aug  3 02:16:40 UTC 2024

* chore: Update generation configuration at Tue Aug  6 02:17:49 UTC 2024

* chore: Update generation configuration at Wed Aug  7 02:18:42 UTC 2024

* chore: Update generation configuration at Thu Aug  8 02:18:03 UTC 2024

* chore: Update generation configuration at Fri Aug  9 02:18:41 UTC 2024

* chore: Update generation configuration at Sat Aug 10 02:18:09 UTC 2024

* chore: generate libraries at Sat Aug 10 02:18:30 UTC 2024

* chore: Update generation configuration at Tue Aug 13 02:18:54 UTC 2024

* chore: Update generation configuration at Wed Aug 14 02:18:24 UTC 2024
  • Loading branch information
cloud-java-bot authored Aug 14, 2024
1 parent 8523b4f commit 60bdbf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,20 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.43.0')
implementation platform('com.google.cloud:libraries-bom:26.44.0')
implementation 'com.google.cloud:google-cloud-pubsub'
```
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-pubsub:1.131.0'
implementation 'com.google.cloud:google-cloud-pubsub:1.132.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.131.0"
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.132.0"
```
<!-- {x-version-update-end} -->

Expand Down Expand Up @@ -414,7 +414,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.131.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.132.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.43.0
googleapis_commitish: 24c5ee09178ac7d1387dfa2d6053be2fb93c8dc4
libraries_bom_version: 26.43.0
googleapis_commitish: 906736032699b7e943ef2155edbda05470723647
libraries_bom_version: 26.44.0
libraries:
- api_shortname: pubsub
name_pretty: Cloud Pub/Sub
Expand Down

0 comments on commit 60bdbf7

Please sign in to comment.