This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new ecbdfc5482 Bump NUnit.ConsoleRunner from 3.21.0 to 3.21.1 (#3605)
ecbdfc5482 is described below
commit ecbdfc54829f5d01242862250cae93290aeb6658
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 09:37:56 2025 +0200
Bump NUnit.ConsoleRunner from 3.21.0 to 3.21.1 (#3605)
---
updated-dependencies:
- dependency-name: NUnit.ConsoleRunner
dependency-version: 3.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
lang/csharp/versions.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/csharp/versions.props b/lang/csharp/versions.props
index 3fc768865c..b53c3dcb45 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -69,7 +69,7 @@
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.100</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftNETTestSdkVersion>17.13.0</MicrosoftNETTestSdkVersion>
<NUnitVersion>3.14.0</NUnitVersion>
- <NUnitConsoleRunnerVersion>3.21.0</NUnitConsoleRunnerVersion>
+ <NUnitConsoleRunnerVersion>3.21.1</NUnitConsoleRunnerVersion>
<NUnit3TestAdapterVersion>5.2.0</NUnit3TestAdapterVersion>
<StyleCopAnalyzersVersion>1.1.118</StyleCopAnalyzersVersion>
</PropertyGroup>