You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/09/19 11:12:34 UTC

[james-project] 01/07: [Upgrade] Maven org.apache.commons:commons-configuration2 2.7 -> 2.8.0

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

btellier pushed a commit to branch 3.7.x
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 806eb833b93649f8ea70c077409f0a96165e3607
Author: Tung Van TRAN <vt...@linagora.com>
AuthorDate: Fri Sep 16 17:20:19 2022 +0700

    [Upgrade] Maven org.apache.commons:commons-configuration2 2.7 -> 2.8.0
    
    - Fix CVE
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2185426093..cf13838982 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2441,7 +2441,7 @@
                         <groupId>org.springframework.osgi</groupId>
                         <artifactId>spring-osgi-core</artifactId>
                     </exclusion>
-                    <!-- exlude this, its only used in the authentication plugin which we don't use -->
+                    <!-- exclude this, it's only used in the authentication plugin which we don't use -->
                     <exclusion>
                         <groupId>com.ibm.icu</groupId>
                         <artifactId>icu4j</artifactId>
@@ -2482,7 +2482,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-configuration2</artifactId>
-                <version>2.7</version>
+                <version>2.8.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org