Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 794ef69

Browse files
chore: release main
1 parent c1ee194 commit 794ef69

File tree

9 files changed

+31
-15
lines changed

9 files changed

+31
-15
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "26.56.0"
2+
".": "26.57.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [26.57.0](https://github.com/googleapis/java-cloud-bom/compare/v26.56.0...v26.57.0) (2025-03-21)
4+
5+
6+
### Dependencies
7+
8+
* update dependency com.google.cloud:first-party-dependencies to v3.45.1 ([#6980](https://github.com/googleapis/java-cloud-bom/issues/6980)) ([1b9a203](https://github.com/googleapis/java-cloud-bom/commit/1b9a2038de423a41005327961434a7a1b7bfdcce))
9+
* update dependency com.google.cloud:gapic-libraries-bom to v1.54.0 ([#6989](https://github.com/googleapis/java-cloud-bom/issues/6989)) ([9e27d1e](https://github.com/googleapis/java-cloud-bom/commit/9e27d1e6b6a209aec9e65f796fa411c1fe00b2b2))
10+
* update dependency com.google.cloud:google-cloud-bigquery to v2.49.0 ([#6990](https://github.com/googleapis/java-cloud-bom/issues/6990)) ([d293b75](https://github.com/googleapis/java-cloud-bom/commit/d293b7534ffeec88fe7cd7ca4c9b6ec417b460e1))
11+
* update dependency com.google.cloud:google-cloud-datastore-bom to v2.27.1 ([#6977](https://github.com/googleapis/java-cloud-bom/issues/6977)) ([c1ee194](https://github.com/googleapis/java-cloud-bom/commit/c1ee194cacbbcb6b11e7c21c7a7c2afe1db153d4))
12+
* update dependency com.google.cloud:google-cloud-firestore-bom to v3.30.11 ([#6976](https://github.com/googleapis/java-cloud-bom/issues/6976)) ([57028d5](https://github.com/googleapis/java-cloud-bom/commit/57028d5fae0d97bf2421de1a99c2be9e7e220faa))
13+
* update dependency com.google.cloud:google-cloud-logging-logback to v0.132.5-alpha ([#6985](https://github.com/googleapis/java-cloud-bom/issues/6985)) ([87ea53f](https://github.com/googleapis/java-cloud-bom/commit/87ea53fbeb55dd7a1f55a86dcdd328abff127714))
14+
* update dependency com.google.cloud:google-cloud-nio to v0.127.33 ([#6987](https://github.com/googleapis/java-cloud-bom/issues/6987)) ([bcf4e3c](https://github.com/googleapis/java-cloud-bom/commit/bcf4e3c655c2b4d749cdefe91ff9ceb8255dcc96))
15+
* update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.15.5 ([#6988](https://github.com/googleapis/java-cloud-bom/issues/6988)) ([51f57f2](https://github.com/googleapis/java-cloud-bom/commit/51f57f2a11e343bd935a75c946fe7461fdba36fd))
16+
* update dependency node to v22 ([#6979](https://github.com/googleapis/java-cloud-bom/issues/6979)) ([27cd056](https://github.com/googleapis/java-cloud-bom/commit/27cd0567e7e545992148a669d1b8f5729e5bc2df))
17+
* updated dependency of google-cloud-bigtable-bom ([#6981](https://github.com/googleapis/java-cloud-bom/issues/6981)) ([ea69ffc](https://github.com/googleapis/java-cloud-bom/commit/ea69ffcffb7a864bfa9e8eb5059e27f85c8e2e57))
18+
319
## [26.56.0](https://github.com/googleapis/java-cloud-bom/compare/v26.55.0...v26.56.0) (2025-03-03)
420

521

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use it in Maven, add the following to your POM:
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>26.56.0</version>
20+
<version>26.57.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -42,7 +42,7 @@ The content of the Libraries BOM consists of 2 categories:
4242
This is the table of modules included in the latest libraries-bom release:
4343

4444
<!--- {x-version-update-start:libraries-bom:released} -->
45-
### libraries-bom: v<version>26.56.0</version>
45+
### libraries-bom: v<version>26.57.0</version>
4646
<!--- {x-version-update-end} -->
4747

4848
<!-- TABLE_START -->

google-cloud-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.238.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.238.0</version><!-- {x-version-update:google-cloud-bom:current} -->
88
<name>Google Cloud Java BOM</name>
99
<url>https://github.com/googleapis/java-cloud-bom</url>
1010
<description>

libraries-bom-protobuf3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>libraries-bom-protobuf3</artifactId>
6-
<version>26.57.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
6+
<version>26.57.0</version><!-- {x-version-update:libraries-bom:current} -->
77
<packaging>pom</packaging>
88

99
<parent>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>libraries-bom</artifactId>
12-
<version>26.57.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
12+
<version>26.57.0</version><!-- {x-version-update:libraries-bom:current} -->
1313
<relativePath>../libraries-bom</relativePath>
1414
</parent>
1515

libraries-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- adding comment for testing-->
55
<groupId>com.google.cloud</groupId>
66
<artifactId>libraries-bom</artifactId>
7-
<version>26.57.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
7+
<version>26.57.0</version><!-- {x-version-update:libraries-bom:current} -->
88
<packaging>pom</packaging>
99

1010
<name>Google Cloud Platform Supported Libraries</name>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>com.google.cloud</groupId>
8787
<artifactId>google-cloud-bom</artifactId>
88-
<version>0.238.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
88+
<version>0.238.0</version><!-- {x-version-update:google-cloud-bom:current} -->
8989
<type>pom</type>
9090
<scope>import</scope>
9191
</dependency>

tests/dependency-convergence/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>full-convergence-check</artifactId>
66
<packaging>pom</packaging>
77
<!-- We do not publish this module to Maven Central -->
8-
<version>0.56.0-SNAPSHOT</version><!-- {x-version-update:full-convergence-check:current} -->
8+
<version>0.56.0</version><!-- {x-version-update:full-convergence-check:current} -->
99
<name>Full convergence check for all library dependencies in Google Cloud Java BOM</name>
1010
<description>
1111
BOM for Full convergence check on google-cloud-java
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-bom</artifactId>
27-
<version>0.238.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
27+
<version>0.238.0</version><!-- {x-version-update:google-cloud-bom:current} -->
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>java-cloud-bom-tests</artifactId>
6-
<version>0.53.0-SNAPSHOT</version><!-- {x-version-update:java-cloud-bom-tests:current} -->
6+
<version>0.53.0</version><!-- {x-version-update:java-cloud-bom-tests:current} -->
77
<name>A module to test Google Cloud Java BOMs</name>
88
<url>https://github.com/googleapis/java-cloud-bom</url>
99
<description>

versions.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-bom:0.237.0:0.238.0-SNAPSHOT
5-
libraries-bom:26.56.0:26.57.0-SNAPSHOT
6-
java-cloud-bom-tests:0.52.0:0.53.0-SNAPSHOT
7-
full-convergence-check:0.55.0:0.56.0-SNAPSHOT
4+
google-cloud-bom:0.238.0:0.238.0
5+
libraries-bom:26.57.0:26.57.0
6+
java-cloud-bom-tests:0.53.0:0.53.0
7+
full-convergence-check:0.56.0:0.56.0

0 commit comments

Comments
 (0)