Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit e675ba9

Browse files
1 parent a126fed commit e675ba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google
2121
<dependency>
2222
<groupId>com.google.cloud</groupId>
2323
<artifactId>libraries-bom</artifactId>
24-
<version>26.19.0</version>
24+
<version>26.20.0</version>
2525
<type>pom</type>
2626
<scope>import</scope>
2727
</dependency>
@@ -53,7 +53,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5353
If you are using Gradle 5.x or later, add this to your dependencies:
5454

5555
```Groovy
56-
implementation platform('com.google.cloud:libraries-bom:26.19.0')
56+
implementation platform('com.google.cloud:libraries-bom:26.21.0')
5757
5858
implementation 'com.google.cloud:google-cloud-bigquery'
5959
```

0 commit comments

Comments
 (0)