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/24 14:08:34 UTC

[commons-text] 04/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-text.git

commit aec0a326c3659ec19c6d5b1bd446b05d83bfd81e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 24 10:08:25 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 0959780c..43eb2b21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
 
+    <commons.junit.version>5.9.1</commons.junit.version>
     <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
     <checkstyle.version>9.3</checkstyle.version>
 
@@ -93,7 +94,6 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.9.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>