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

Commit 0e5faed

Browse files
committed
Merge branch 'origin/main' into remove-libraries-bom-protobuf3
2 parents 11416e4 + 65018fc commit 0e5faed

6 files changed

Lines changed: 237 additions & 235 deletions

File tree

README.md

Lines changed: 224 additions & 222 deletions
Large diffs are not rendered by default.

google-cloud-bom/pom.xml

Lines changed: 3 additions & 3 deletions
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.264.0</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.265.0-SNAPSHOT</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>
@@ -167,7 +167,7 @@
167167
<!-- Artifacts from google-cloud-java monorepo -->
168168
<groupId>com.google.cloud</groupId>
169169
<artifactId>gapic-libraries-bom</artifactId>
170-
<version>1.86.2</version>
170+
<version>1.87.0</version>
171171
<type>pom</type>
172172
<scope>import</scope>
173173
</dependency>
@@ -181,7 +181,7 @@
181181
<dependency>
182182
<groupId>com.google.cloud</groupId>
183183
<artifactId>google-cloud-spanner-jdbc</artifactId>
184-
<version>2.39.0</version>
184+
<version>2.40.0</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>com.google.cloud</groupId>

libraries-bom/pom.xml

Lines changed: 3 additions & 3 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.83.0</version><!-- {x-version-update:libraries-bom:current} -->
7+
<version>26.84.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
88
<packaging>pom</packaging>
99

1010
<name>Google Cloud Platform Supported Libraries</name>
@@ -44,7 +44,7 @@
4444

4545
<properties>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
47-
<first-party-dependencies.version>3.62.0</first-party-dependencies.version>
47+
<first-party-dependencies.version>3.63.0</first-party-dependencies.version>
4848
</properties>
4949

5050
<distributionManagement>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.google.cloud</groupId>
7777
<artifactId>google-cloud-bom</artifactId>
78-
<version>0.264.0</version><!-- {x-version-update:google-cloud-bom:current} -->
78+
<version>0.265.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
7979
<type>pom</type>
8080
<scope>import</scope>
8181
</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.82.0</version><!-- {x-version-update:full-convergence-check:current} -->
8+
<version>0.83.0-SNAPSHOT</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.264.0</version><!-- {x-version-update:google-cloud-bom:current} -->
27+
<version>0.265.0-SNAPSHOT</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.79.0</version><!-- {x-version-update:java-cloud-bom-tests:current} -->
6+
<version>0.80.0-SNAPSHOT</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.264.0:0.264.0
5-
libraries-bom:26.83.0:26.83.0
6-
java-cloud-bom-tests:0.79.0:0.79.0
7-
full-convergence-check:0.82.0:0.82.0
4+
google-cloud-bom:0.264.0:0.265.0-SNAPSHOT
5+
libraries-bom:26.83.0:26.84.0-SNAPSHOT
6+
java-cloud-bom-tests:0.79.0:0.80.0-SNAPSHOT
7+
full-convergence-check:0.82.0:0.83.0-SNAPSHOT

0 commit comments

Comments
 (0)