Skip to content

Commit

Permalink
Bump Elastic.CommonSchema.Serilog and Elastic.CommonSchema
Browse files Browse the repository at this point in the history
Bumps [Elastic.CommonSchema.Serilog](https://github.com/elastic/ecs-dotnet) and [Elastic.CommonSchema](https://github.com/elastic/ecs-dotnet). These dependencies needed to be updated together.

Updates `Elastic.CommonSchema.Serilog` from 8.12.1 to 8.12.2
- [Release notes](https://github.com/elastic/ecs-dotnet/releases)
- [Commits](elastic/ecs-dotnet@8.12.1...8.12.2)

Updates `Elastic.CommonSchema` from 8.12.1 to 8.12.2
- [Release notes](https://github.com/elastic/ecs-dotnet/releases)
- [Commits](elastic/ecs-dotnet@8.12.1...8.12.2)

---
updated-dependencies:
- dependency-name: Elastic.CommonSchema.Serilog
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Elastic.CommonSchema
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 2fc739b commit 0b8fd02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Elastic.CommonSchema.Serilog" Version="8.12.1" />
<PackageReference Include="Elastic.CommonSchema.Serilog" Version="8.12.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<PackageReference Include="Analogy.CommonUtilities" Version="7.0.0" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.0.0.1" />
<PackageReference Include="Analogy.LogViewer.Template" Version="7.0.0" />
<PackageReference Include="Elastic.CommonSchema" Version="8.12.1" />
<PackageReference Include="Elastic.CommonSchema.Serilog" Version="8.12.1" />
<PackageReference Include="Elastic.CommonSchema" Version="8.12.2" />
<PackageReference Include="Elastic.CommonSchema.Serilog" Version="8.12.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
Expand Down

0 comments on commit 0b8fd02

Please sign in to comment.