Skip to content

Commit ccf670f

Browse files
chore: Update generation configuration at Wed Feb 26 15:38:51 UTC 2025 (#2351)
* chore: Update generation configuration at Wed Feb 26 15:38:51 UTC 2025 * chore: generate libraries at Wed Feb 26 15:39:23 UTC 2025
1 parent 16f7fd8 commit ccf670f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.54.0</version>
22+
<version>26.55.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -51,7 +51,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.54.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.55.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.53.0
2-
googleapis_commitish: 9605bff3d36fbdb1227b26bce68258c5f00815e4
3-
libraries_bom_version: 26.54.0
1+
gapic_generator_version: 2.54.0
2+
googleapis_commitish: 4c84e9b22958827a02b761703d6fb431bc101adc
3+
libraries_bom_version: 26.55.0
44
libraries:
55
- api_shortname: pubsub
66
name_pretty: Cloud Pub/Sub

0 commit comments

Comments
 (0)