You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2021/03/26 06:46:18 UTC

[mina-sshd] 01/15: Updated JUnit version to 4.13.2

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

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit de59b264058d5238160b7d75aa793eeee0c0c578
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri Mar 26 09:01:20 2021 +0300

    Updated JUnit version to 4.13.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 20258d2..d2fa44a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <logback.version>1.2.3</logback.version>        
         <spring.version>5.3.3</spring.version>
         <jgit.version>5.10.0.202012080955-r</jgit.version>
-        <junit.version>4.13.1</junit.version>
+        <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.10.20</bytebuddy.version>
 
         <surefire.plugin.version>3.0.0-M5</surefire.plugin.version>