Skip to content

Commit 4b934d6

Browse files
committed
chore: use snapshot and add protobuf 4.33.0
1 parent 3da1712 commit 4b934d6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

gapic-libraries-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>gapic-libraries-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.74.1</version><!-- {x-version-update:google-cloud-java:current} -->
7+
<version>1.75.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
88
<name>Google Cloud Java BOM</name>
99
<description>
1010
BOM for the libraries in google-cloud-java repository. Users should not
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>google-cloud-pom-parent</artifactId>
1717
<groupId>com.google.cloud</groupId>
18-
<version>1.74.1</version><!-- {x-version-update:google-cloud-java:current} -->
18+
<version>1.75.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
1919
<relativePath>../google-cloud-pom-parent/pom.xml</relativePath>
2020
</parent>
2121

google-cloud-jar-parent/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525
<dependencyManagement>
2626
<dependencies>
27+
<dependency>
28+
<groupId>com.google.protobuf</groupId>
29+
<artifactId>protobuf-bom</artifactId>
30+
<version>4.33.0</version>
31+
<type>pom</type>
32+
<scope>import</scope>
33+
</dependency>
2734
<dependency>
2835
<groupId>com.google.cloud</groupId>
2936
<artifactId>google-cloud-shared-dependencies</artifactId>

0 commit comments

Comments
 (0)