Skip to content

Commit ae5576c

Browse files
chore: Bump the dotnet group with 3 updates (#50)
Bumps Google.Protobuf from 3.33.0 to 3.33.2 Bumps Grpc.Net.Client from 2.71.0 to 2.76.0 Bumps Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 --- updated-dependencies: - dependency-name: Google.Protobuf dependency-version: 3.33.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Grpc.Net.Client dependency-version: 2.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 742873a commit ae5576c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Authzed.Net/Authzed.Net.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Google.Protobuf" Version="3.33.0" />
33+
<PackageReference Include="Google.Protobuf" Version="3.33.2" />
3434
<PackageReference Include="Grpc.Core" Version="2.46.6" />
35-
<PackageReference Include="Grpc.Net.Client" Version="2.71.0" />
35+
<PackageReference Include="Grpc.Net.Client" Version="2.76.0" />
3636
<PackageReference Include="Grpc.Tools" Version="2.76.0">
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3838
<PrivateAssets>all</PrivateAssets>

tests/Authzed.Net.Tests/Authzed.Net.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1414
<PackageReference Include="xunit" Version="2.9.3" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)