This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/master by this push: new b7fa9c1 [KARAF-6886] Upgrade to junit 4.13.1 new 6fbe2e3 Merge pull request #1227 from jbonofre/KARAF-6886 b7fa9c1 is described below commit b7fa9c1dacd889d26ad8df68afd275b15dad5b03 Author: jbonofre <jbono...@apache.org> AuthorDate: Thu Oct 15 15:52:18 2020 +0200 [KARAF-6886] Upgrade to junit 4.13.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef63f27..80a8925 100644 --- a/pom.xml +++ b/pom.xml @@ -262,7 +262,7 @@ <jansi.version>1.18</jansi.version> <javassist.version>3.9.0.GA</javassist.version> <jline.version>3.16.0</jline.version> - <junit.version>4.13</junit.version> + <junit.version>4.13.1</junit.version> <jsw.version>3.2.3</jsw.version> <log4j.version>1.2.17</log4j.version> <maven.version>3.6.3</maven.version>