From 8bbca3332d32eb792f5779aff1ed185405c6d2a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:37:51 +0000 Subject: [PATCH] Bump the serilog group with 1 update Bumps Serilog.Sinks.XUnit3 from 2.0.0 to 2.1.0 --- updated-dependencies: - dependency-name: Serilog.Sinks.XUnit3 dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: serilog ... Signed-off-by: dependabot[bot] --- tests/Directory.Packages.props | 2 +- tests/IntegrationTests/packages.lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Directory.Packages.props b/tests/Directory.Packages.props index 9f673cd..7266022 100644 --- a/tests/Directory.Packages.props +++ b/tests/Directory.Packages.props @@ -7,7 +7,7 @@ - + diff --git a/tests/IntegrationTests/packages.lock.json b/tests/IntegrationTests/packages.lock.json index f61490d..a0f1ece 100644 --- a/tests/IntegrationTests/packages.lock.json +++ b/tests/IntegrationTests/packages.lock.json @@ -36,12 +36,12 @@ }, "Serilog.Sinks.XUnit3": { "type": "Direct", - "requested": "[2.0.0, )", - "resolved": "2.0.0", - "contentHash": "qE5bQCOCm5cVwnchnSbXNlUneWe1limIR1WkOP1SysMlsWpv3v3wGbRQhFqIbhQRaMmEaD+oD5GDEtlc5EWrXw==", + "requested": "[2.1.0, )", + "resolved": "2.1.0", + "contentHash": "8rNk23Juh6s1qJNHc+ZfrJ33S2Tz7mcPcjlIxzBqM7jW3qh8n4NLeVkvToLXz8CgbYzxKd77UXUtyZVdNTEj5A==", "dependencies": { "Serilog": "4.4.0", - "xunit.v3.extensibility.core": "3.2.2" + "xunit.v3.extensibility.core": "4.0.0" } }, "Shouldly": {