Skip to content

Commit

Permalink
Bump log4net from 2.0.13 to 2.0.15
Browse files Browse the repository at this point in the history
Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.13 to 2.0.15.
- [Release notes](https://github.com/apache/logging-log4net/releases)
- [Changelog](https://github.com/apache/logging-log4net/blob/master/doc/ReleaseInstructions-legacy.txt)
- [Commits](apache/logging-log4net@rc/2.0.13...rel/2.0.15)

---
updated-dependencies:
- dependency-name: log4net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2022
1 parent ffab5f2 commit 5098fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.13" />
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="SharpConfig" Version="3.2.9.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion titanfall2-rp/titanfall2-rp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Ardalis.SmartEnum" Version="2.0.1" />
<PackageReference Include="Autoupdater.NET.Official" Version="1.7.0" />
<PackageReference Include="DiscordRichPresence" Version="1.0.175" />
<PackageReference Include="log4net" Version="2.0.13" />
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Process.NET" Version="1.0.8" />
</ItemGroup>

Expand Down

0 comments on commit 5098fb7

Please sign in to comment.