Skip to content

Commit 8c9efa0

Browse files
chore(deps): update dependency com.google.cloud:libraries-bom to v25.3.0 (#2045)
* chore(deps): update dependency com.google.cloud:libraries-bom to v25.3.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3ab34d2 commit 8c9efa0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
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>25.2.0</version>
24+
<version>25.3.0</version>
2525
<type>pom</type>
2626
<scope>import</scope>
2727
</dependency>
@@ -52,7 +52,7 @@ If you are using Maven without BOM, add this to your dependencies:
5252
If you are using Gradle 5.x or later, add this to your dependencies
5353

5454
```Groovy
55-
implementation platform('com.google.cloud:libraries-bom:25.2.0')
55+
implementation platform('com.google.cloud:libraries-bom:25.3.0')
5656
5757
implementation 'com.google.cloud:google-cloud-bigquery'
5858
```

samples/native-image-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>libraries-bom</artifactId>
42-
<version>25.2.0</version>
42+
<version>25.3.0</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.google.cloud</groupId>
4949
<artifactId>libraries-bom</artifactId>
50-
<version>25.2.0</version>
50+
<version>25.3.0</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

0 commit comments

Comments
 (0)