Skip to content

Commit 32cd9f0

Browse files
authored
fix: update protobuf monorepo (#562)
1 parent 5b79883 commit 32cd9f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spannerlib/wrappers/spannerlib-dotnet/spannerlib-dotnet-grpc-v1/spannerlib-dotnet-grpc-v1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99
<ItemGroup>
1010
<PackageReference Include="Google.Cloud.Spanner.V1" Version="5.2.0" />
11-
<PackageReference Include="Google.Protobuf" Version="3.31.1" />
11+
<PackageReference Include="Google.Protobuf" Version="3.33.0" />
1212
<PackageReference Include="Grpc.Net.Client" Version="2.71.0" />
1313
</ItemGroup>
1414

spannerlib/wrappers/spannerlib-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.protobuf</groupId>
3232
<artifactId>protobuf-bom</artifactId>
33-
<version>4.32.1</version>
33+
<version>4.33.0</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

0 commit comments

Comments
 (0)