Skip to content

Commit

Permalink
Merge pull request #82 from tomhobson/dependabot/nuget/Docker.DotNet-…
Browse files Browse the repository at this point in the history
…3.125.15
  • Loading branch information
tomhobson committed Aug 18, 2023
2 parents b3165c1 + 262e5c1 commit c6a61fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Sergen.Core/Sergen.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.16.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Discord.Net" Version="2.4.0" />
<PackageReference Include="Docker.DotNet" Version="3.125.13" />
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
</ItemGroup>
<ItemGroup>
<Folder Include="Data\" />
Expand Down
2 changes: 1 addition & 1 deletion src/Sergen.Secondary/Sergen.Secondary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RootNamespace>Sergen.Secondary</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Docker.DotNet" Version="3.125.13" />
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
Expand Down

0 comments on commit c6a61fe

Please sign in to comment.