Skip to content

Commit a0833b8

Browse files
committed
Merge branch 'main' into PR #2537 to update
2 parents 4d2c7c6 + 42ad2d0 commit a0833b8

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.github/workflows/update_generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# the branch into which the pull request is merged
2727
base_branch: main
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.70.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.71.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.63.0
2-
googleapis_commitish: c288189b43c016dd3cf1ec73ce3cadee8b732f07
3-
libraries_bom_version: 26.70.0
2+
googleapis_commitish: b1a9eefc2e1021fb9465bdac5e2984499451ae34
3+
libraries_bom_version: 26.71.0
44
libraries:
55
- api_shortname: pubsub
66
name_pretty: Cloud Pub/Sub

samples/install-without-bom/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-pubsub</artifactId>
47-
<version>1.142.0</version>
47+
<version>1.143.0</version>
4848
</dependency>
4949
<!-- [END pubsub_install_without_bom] -->
5050

@@ -75,23 +75,23 @@
7575
<dependency>
7676
<groupId>com.google.protobuf</groupId>
7777
<artifactId>protobuf-java-util</artifactId>
78-
<version>4.32.1</version>
78+
<version>4.33.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.google.cloud</groupId>
8282
<artifactId>google-cloud-core</artifactId>
83-
<version>2.60.3</version>
83+
<version>2.61.0</version>
8484
<classifier>tests</classifier>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.google.cloud</groupId>
8888
<artifactId>google-cloud-bigquery</artifactId>
89-
<version>2.55.2</version>
89+
<version>2.55.3</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.google.cloud</groupId>
9393
<artifactId>google-cloud-storage</artifactId>
94-
<version>2.58.1</version>
94+
<version>2.59.0</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.google.cloud.opentelemetry</groupId>

samples/snapshot/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.protobuf</groupId>
6363
<artifactId>protobuf-java-util</artifactId>
64-
<version>4.32.1</version>
64+
<version>4.33.0</version>
6565
</dependency>
6666

6767
<dependency>
@@ -79,18 +79,18 @@
7979
<dependency>
8080
<groupId>com.google.cloud</groupId>
8181
<artifactId>google-cloud-core</artifactId>
82-
<version>2.60.3</version>
82+
<version>2.61.0</version>
8383
<classifier>tests</classifier>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.google.cloud</groupId>
8787
<artifactId>google-cloud-bigquery</artifactId>
88-
<version>2.55.2</version>
88+
<version>2.55.3</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.google.cloud</groupId>
9292
<artifactId>google-cloud-storage</artifactId>
93-
<version>2.58.1</version>
93+
<version>2.59.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.google.cloud.opentelemetry</groupId>

samples/snippets/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>libraries-bom</artifactId>
48-
<version>26.70.0</version>
48+
<version>26.71.0</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>com.google.protobuf</groupId>
8787
<artifactId>protobuf-java-util</artifactId>
88-
<version>4.32.1</version>
88+
<version>4.33.0</version>
8989
</dependency>
9090

9191
<dependency>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>com.google.cloud</groupId>
105105
<artifactId>google-cloud-core</artifactId>
106-
<version>2.60.3</version>
106+
<version>2.61.0</version>
107107
<classifier>tests</classifier>
108108
</dependency>
109109
<!-- [END_EXCLUDE] -->

0 commit comments

Comments
 (0)