Skip to content

Commit f6824f0

Browse files
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.123.1 (#1311)
* deps: update dependency com.google.cloud:google-cloud-pubsub to v1.123.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5254bb0 commit f6824f0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ If you are using Maven, add this to your pom.xml file:
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-pubsub</artifactId>
27-
<version>1.123.0</version>
27+
<version>1.123.1</version>
2828
</dependency>
2929

3030
```
3131

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

3434
```Groovy
35-
implementation 'com.google.cloud:google-cloud-pubsublite:1.9.2'
35+
implementation 'com.google.cloud:google-cloud-pubsublite:1.9.3'
3636
```
3737

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

4040
```Scala
41-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.2"
41+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.3"
4242
```
4343

4444
## Authentication

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-pubsub</artifactId>
54-
<version>1.123.0</version>
54+
<version>1.123.1</version>
5555
</dependency>
5656

5757
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-pubsub</artifactId>
54-
<version>1.123.0</version>
54+
<version>1.123.1</version>
5555
</dependency>
5656
<!-- [END pubsublite_java_dependencies] -->
5757
<!-- [END pubsublite_install_without_bom] -->

0 commit comments

Comments
 (0)