Skip to content

Commit 2947169

Browse files
authoredJan 9, 2025··
chore: Update generation configuration at Wed Jan 8 17:05:08 UTC 2025 (#2299)
* chore: Update generation configuration at Wed Jan 8 17:05:08 UTC 2025 * chore: generate libraries at Wed Jan 8 17:05:53 UTC 2025
1 parent 53c1a8a commit 2947169

File tree

183 files changed

+15395
-1826
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+15395
-1826
lines changed
 

‎README.md

+3-3
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.51.0</version>
22+
<version>26.52.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -43,15 +43,15 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-pubsub</artifactId>
46-
<version>1.134.2</version>
46+
<version>1.135.0</version>
4747
</dependency>
4848

4949
```
5050

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.51.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.52.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```

‎generation_config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.51.0
2-
googleapis_commitish: 7d0c6bee2517d77635beb2a1dd6d6e7d4d943512
3-
libraries_bom_version: 26.51.0
2+
googleapis_commitish: 3322b91056db2735074b230c926e6ef3a958aa53
3+
libraries_bom_version: 26.52.0
44
libraries:
55
- api_shortname: pubsub
66
name_pretty: Cloud Pub/Sub

0 commit comments

Comments
 (0)
Please sign in to comment.