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


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

commit 9016213234ee2f6aa7b2f7df872ce7509ecded33
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Sep 25 09:42:03 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index a3464fcc..77f88237 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
     <checkstyle.version>8.34</checkstyle.version>
     <commons.spotbugs.plugin.version>4.6.0.0</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.6.0</commons.spotbugs.impl.version>    
+    <commons.junit.version>5.9.1</commons.junit.version>
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.0.0-SNAPSHOT</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
@@ -349,13 +350,11 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.9.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.vintage</groupId>
       <artifactId>junit-vintage-engine</artifactId>
-      <version>5.9.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Reply via email to