Skip to content

Commit c077d82

Browse files
author
github-actions
committed
fix: update packages
1 parent a86921d commit c077d82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Aguacongas.AspNetCore.Authentication.RavenDb/Aguacongas.AspNetCore.Authentication.RavenDb.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="RavenDB.Client" Version="5.3.1" />
31+
<PackageReference Include="RavenDB.Client" Version="5.3.2" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

test/Aguacongas.AspNetCore.Authentication.RavenDb.Test/Aguacongas.AspNetCore.Authentication.RavenDb.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
15-
<PackageReference Include="RavenDB.TestDriver" Version="5.3.1" />
15+
<PackageReference Include="RavenDB.TestDriver" Version="5.3.2" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)