Skip to content

Commit 723ed6b

Browse files
chore: generate libraries at Thu Feb 26 08:24:56 UTC 2026
1 parent 38d9f71 commit 723ed6b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/renovate_config_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '24'
19+
node-version: '22'
2020

2121
- name: Install Renovate and Config Validator
2222
run: |

README.md

Lines changed: 3 additions & 3 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.75.0</version>
22+
<version>26.76.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -46,12 +46,12 @@ If you are using Maven without the BOM, add this to your dependencies:
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-storage</artifactId>
49-
<version>2.62.1</version>
49+
<version>2.63.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-storage-control</artifactId>
54-
<version>2.62.1</version>
54+
<version>2.63.0</version>
5555
</dependency>
5656

5757
```

0 commit comments

Comments
 (0)