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 14:07:01 UTC

[commons-dbcp] 01/04: 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-dbcp.git

commit 86239bc426f2812f1c2be03a37a049b730f07c4d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 10:02:10 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 f9bcb1b4..680e36c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,6 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.9.1</version>
       <scope>test</scope>
     </dependency>
 
@@ -324,6 +323,7 @@
     <commons.jira.id>DBCP</commons.jira.id>
     <commons.jira.pid>12310469</commons.jira.pid>
     <!-- Override CP version until that is updated -->
+    <commons.junit.version>5.9.1</commons.junit.version>
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
     <commons.checkstyle.version>9.3</commons.checkstyle.version>