Skip to content

Commit c37ea10

Browse files
committed
force protobuf version for testing.
1 parent 07f3d7d commit c37ea10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@
9494
<artifactId>google-cloud-spanner</artifactId>
9595
<version>6.55.0</version><!-- {x-version-update:google-cloud-spanner:current} -->
9696
</dependency>
97-
97+
<dependency>
98+
<groupId>com.google.protobuf</groupId>
99+
<artifactId>protobuf-java</artifactId>
100+
<version>3.25.5</version>
101+
</dependency>
98102
<dependency>
99103
<groupId>com.google.cloud</groupId>
100104
<artifactId>google-cloud-shared-dependencies</artifactId>

0 commit comments

Comments
 (0)