You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/25 13:54:41 UTC

[commons-configuration] branch master updated: Bump junit-jupiter from 5.9.0 to 5.9.1

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e072c83 Bump junit-jupiter from 5.9.0 to 5.9.1
5e072c83 is described below

commit 5e072c8326883e70a089dee30747d1b1a7b8ad4a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 09:54:37 2022 -0400

    Bump junit-jupiter from 5.9.0 to 5.9.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b107517e..64debafe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,7 +457,6 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.9.1</version>
       <scope>test</scope>
     </dependency>
 
@@ -558,6 +557,7 @@
     <log4j.version>2.19.0</log4j.version>
     <slf4j.version>2.0.2</slf4j.version>
     <spring.version>5.3.23</spring.version>
+    <commons.junit.version>5.9.1</commons.junit.version>
 
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>