You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/08/31 15:47:37 UTC

[karaf-winegrower] branch master updated: Update to JUnit 5.6.2

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-winegrower.git


The following commit(s) were added to refs/heads/master by this push:
     new 04b3944  Update to JUnit 5.6.2
04b3944 is described below

commit 04b3944607a322eefa63986fc3631b2f820a8cef
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Aug 31 17:47:24 2020 +0200

    Update to JUnit 5.6.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f9d4631..d9e4b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   <name>Apache Winegrower</name>
 
   <properties>
-    <junit.version>5.6.1</junit.version>
+    <junit.version>5.6.2</junit.version>
     <osgi.version>7.0.0</osgi.version>
     <slf4j.version>1.7.30</slf4j.version>
     <xbean.version>4.17</xbean.version>