Skip to content

Commit b6b1535

Browse files
Bump Elastic.CommonSchema, Elastic.CommonSchema.Serilog and Serilog
Bumps [Elastic.CommonSchema](https://github.com/elastic/ecs-dotnet), [Elastic.CommonSchema.Serilog](https://github.com/elastic/ecs-dotnet) and [Serilog](https://github.com/serilog/serilog). These dependencies needed to be updated together. Updates `Elastic.CommonSchema` from 8.12.2 to 8.12.3 - [Release notes](https://github.com/elastic/ecs-dotnet/releases) - [Commits](elastic/ecs-dotnet@8.12.2...8.12.3) Updates `Elastic.CommonSchema.Serilog` from 8.12.2 to 8.12.3 - [Release notes](https://github.com/elastic/ecs-dotnet/releases) - [Commits](elastic/ecs-dotnet@8.12.2...8.12.3) Updates `Serilog` from 4.1.0 to 2.9.0 - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](serilog/serilog@v4.1.0...v2.9.0) --- updated-dependencies: - dependency-name: Elastic.CommonSchema dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Elastic.CommonSchema.Serilog dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Serilog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e91c5bf commit b6b1535

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Analogy.LogViewer.ElasticCommonSchema.UnitTests/Analogy.LogViewer.ElasticCommonSchema.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Elastic.CommonSchema.Serilog" Version="8.12.2" />
16+
<PackageReference Include="Elastic.CommonSchema.Serilog" Version="8.12.3" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1818
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
1919
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />

Analogy.LogViewer.ElasticCommonSchema/Analogy.LogViewer.ElasticCommonSchema.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<PackageReference Include="Analogy.CommonUtilities" Version="7.1.0" />
2121
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.1.0" />
2222
<PackageReference Include="Analogy.LogViewer.Template" Version="7.1.0" />
23-
<PackageReference Include="Elastic.CommonSchema" Version="8.12.2" />
24-
<PackageReference Include="Elastic.CommonSchema.Serilog" Version="8.12.2" />
23+
<PackageReference Include="Elastic.CommonSchema" Version="8.12.3" />
24+
<PackageReference Include="Elastic.CommonSchema.Serilog" Version="8.12.3" />
2525
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2626
<PackageReference Include="Serilog" Version="4.1.0" />
2727
<PackageReference Include="System.Resources.Extensions" Version="9.0.0" />

0 commit comments

Comments
 (0)