Skip to content

Commit

Permalink
chore(deps): update dependency hangfire.postgresql to v1.20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nrda-renovate[bot] committed May 7, 2024
1 parent d7e7cd0 commit 87676fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TRE-API/TRE-API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="Hangfire.Dashboard.BasicAuthorization" Version="1.0.2" />

<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.3.0" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.4" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.8" />
<PackageReference Include="Hangfire" Version="1.8.6" />
<PackageReference Include="EasyNetQ" Version="7.6.0" />
<PackageReference Include="IdentityModel" Version="6.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/TREAgent/TREAgent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="EasyNetQ" Version="7.6.0" />
<PackageReference Include="EasyNetQ.Management.Client" Version="2.0.0" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.4" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.8" />
<PackageReference Include="Hangfire" Version="1.8.6" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" />
Expand Down

0 comments on commit 87676fe

Please sign in to comment.