Skip to content

Commit

Permalink
update security issues (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmh authored Sep 20, 2024
1 parent 746d832 commit 9db48ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Coravel.Cache.Database.Core</PackageId>
<Version>2.0.2</Version>
<Version>2.0.3</Version>
<Authors>James Hickey</Authors>
<Company>-</Company>
<Title>Coravel Database Cache Driver Shared Library</Title>
Expand All @@ -21,7 +21,7 @@
<ItemGroup>
<PackageReference Include="Coravel" Version="3.0.0" />
<PackageReference Include="Dapper" Version="1.60.6" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="npgsql" Version="4.0.7" />
<PackageReference Include="Coravel.Cache.Database.Core" version="2.0.0" />
<PackageReference Include="npgsql" Version="8.0.3" />
<PackageReference Include="Coravel.Cache.Database.Core" version="2.0.3" />
</ItemGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Coravel.Cache.PostgreSQL</PackageId>
<Version>2.0.2</Version>
<Version>2.0.3</Version>
<Authors>James Hickey</Authors>
<Company>-</Company>
<Title>Coravel PostgreSQL Cache Driver</Title>
Expand Down

0 comments on commit 9db48ae

Please sign in to comment.