Skip to content

Commit f82b540

Browse files
chore: generate libraries at Wed Jan 29 00:27:29 UTC 2025
1 parent 483d7f7 commit f82b540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.52.0</version>
22+
<version>26.53.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.52.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.53.0')
5555
5656
implementation 'com.google.cloud:google-cloud-logging'
5757
```

0 commit comments

Comments
 (0)