Skip to content

Commit fd3a8b0

Browse files
committed
Revert "chore: generate libraries at Wed Feb 12 21:57:56 UTC 2025"
This reverts commit 27bb6ba.
1 parent 27bb6ba commit fd3a8b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
5858
If you are using Gradle without BOM, add this to your dependencies:
5959

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-pubsub:1.137.0'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.136.1'
6262
```
6363

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

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.137.0"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.136.1"
6868
```
6969

7070
## Authentication
@@ -418,7 +418,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
418418
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
419419
[stability-image]: https://img.shields.io/badge/stability-stable-green
420420
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
421-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.137.0
421+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.136.1
422422
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
423423
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
424424
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Args=--initialize-at-build-time=org.junit.runners.model.FrameworkField

0 commit comments

Comments
 (0)