You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ed...@apache.org on 2022/07/07 20:32:00 UTC

[accumulo] branch main updated: Bump commons-configuration2 from 2.7 to 2.8.0 (#2802)

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

edcoleman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new f3fb5642bd Bump commons-configuration2 from 2.7 to 2.8.0 (#2802)
f3fb5642bd is described below

commit f3fb5642bdd4b7bca0dd80cf201a628c8573de12
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jul 7 20:31:54 2022 +0000

    Bump commons-configuration2 from 2.7 to 2.8.0 (#2802)
    
    Bumps commons-configuration2 from 2.7 to 2.8.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-configuration2
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eac3df1b13..1ad199507e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,7 +419,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-configuration2</artifactId>
-        <version>2.7</version>
+        <version>2.8.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>