Skip to content

Commit a28cf8a

Browse files
authored
fix: update protobuf monorepo (#743)
1 parent b38e82a commit a28cf8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<PackageReference Include="Google.Cloud.Spanner.V1" Version="5.12.0" />
14-
<PackageReference Include="Google.Protobuf" Version="3.33.4" />
14+
<PackageReference Include="Google.Protobuf" Version="3.33.5" />
1515
<PackageReference Include="Grpc.Net.Client" Version="2.71.0" />
1616
</ItemGroup>
1717

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.33.4</version>
33+
<version>4.33.5</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

0 commit comments

Comments
 (0)