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 2022/11/13 06:57:17 UTC

[karaf-minho] branch main updated: [#14] Upgrade to junit 5.9.1

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-minho.git


The following commit(s) were added to refs/heads/main by this push:
     new c6fc10d  [#14] Upgrade to junit 5.9.1
     new 01af4f5  Merge pull request #24 from jbonofre/14
c6fc10d is described below

commit c6fc10d90f88c0cd726e2c21aa0425fb85e5fc80
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 13 07:35:23 2022 +0100

    [#14] Upgrade to junit 5.9.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e517e99..3e3936d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
     <properties>
         <lombok.version>1.18.24</lombok.version>
-        <junit.version>5.8.2</junit.version>
+        <junit.version>5.9.1</junit.version>
         <slf4j.version>1.7.36</slf4j.version>
         <project.build.outputTimestamp>1</project.build.outputTimestamp>
     </properties>