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 2020/10/22 17:14:57 UTC

[mina-sshd] 01/10: Upgraded jUnit version to 4.13.1

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 8ebd657f7f9f48de9d0dbff12b348bed122477c8
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Oct 22 19:13:12 2020 +0300

    Upgraded jUnit version to 4.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 03639d4..7c740d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
         <slf4j.version>1.7.30</slf4j.version>
         <spring.version>5.2.8.RELEASE</spring.version>
         <jgit.version>5.9.0.202009080501-r</jgit.version>
-        <junit.version>4.13</junit.version>
+        <junit.version>4.13.1</junit.version>
         <bytebuddy.version>1.10.14</bytebuddy.version>
 
         <surefire.plugin.version>3.0.0-M5</surefire.plugin.version>