From 50a325a0530f83fbcff9aec18399c6ec48616d17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:54:23 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-stryker to v4.16.0 --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 7186eb4f..8b561fdb 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-stryker": { - "version": "4.14.2", + "version": "4.16.0", "commands": [ "dotnet-stryker" ],