You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/01/10 10:31:36 UTC

[avro] branch master updated: Bump NUnit.ConsoleRunner from 3.12.0 to 3.13.2 in /lang/csharp (#1448)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 180c041  Bump NUnit.ConsoleRunner from 3.12.0 to 3.13.2 in /lang/csharp (#1448)
180c041 is described below

commit 180c041af1c4ddaaea88222dc0c1ba4b62ab026f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 10 12:30:18 2022 +0200

    Bump NUnit.ConsoleRunner from 3.12.0 to 3.13.2 in /lang/csharp (#1448)
    
    Bumps [NUnit.ConsoleRunner](https://github.com/nunit/nunit-console) from 3.12.0 to 3.13.2.
    - [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/v3.12...3.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit.ConsoleRunner
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@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 b6b9747..26f76e4 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -57,7 +57,7 @@
     <MicrosoftCodeAnalysisNetAnalyzersVersion>5.0.3</MicrosoftCodeAnalysisNetAnalyzersVersion>
     <MicrosoftNETTestSdkVersion>16.11.0</MicrosoftNETTestSdkVersion>
     <NUnitVersion>3.13.2</NUnitVersion>
-    <NUnitConsoleRunnerVersion>3.12.0</NUnitConsoleRunnerVersion>
+    <NUnitConsoleRunnerVersion>3.13.2</NUnitConsoleRunnerVersion>
     <NUnit3TestAdapterVersion>3.17.0</NUnit3TestAdapterVersion>
     <StyleCopAnalyzersVersion>1.1.118</StyleCopAnalyzersVersion>
   </PropertyGroup>