This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 7704f5a Bump NUnit.ConsoleRunner from 3.13.2 to 3.14.0 in
/lang/csharp (#1460)
7704f5a is described below
commit 7704f5ac462dd61486938df11f5e76aa16ed2f7e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 19 13:40:34 2022 +0200
Bump NUnit.ConsoleRunner from 3.13.2 to 3.14.0 in /lang/csharp (#1460)
Bumps [NUnit.ConsoleRunner](https://github.com/nunit/nunit-console) from
3.13.2 to 3.14.0.
- [Release notes](https://github.com/nunit/nunit-console/releases)
-
[Changelog](https://github.com/nunit/nunit-console/blob/master/CHANGES.txt)
- [Commits](https://github.com/nunit/nunit-console/compare/3.13.2...3.14.0)
---
updated-dependencies:
- dependency-name: NUnit.ConsoleRunner
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit daba28643dd1b267949a659e91c6849a4cf6488d)
---
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 8f6c7c2..b74835f 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -57,7 +57,7 @@
<MicrosoftCodeAnalysisNetAnalyzersVersion>6.0.0</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftNETTestSdkVersion>17.0.0</MicrosoftNETTestSdkVersion>
<NUnitVersion>3.13.2</NUnitVersion>
- <NUnitConsoleRunnerVersion>3.13.2</NUnitConsoleRunnerVersion>
+ <NUnitConsoleRunnerVersion>3.14.0</NUnitConsoleRunnerVersion>
<NUnit3TestAdapterVersion>4.2.0</NUnit3TestAdapterVersion>
<StyleCopAnalyzersVersion>1.1.118</StyleCopAnalyzersVersion>
</PropertyGroup>