This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 971925975299e076e545f881721389168c3fc10f Author: Benoit Tellier <[email protected]> AuthorDate: Fri May 22 09:31:16 2020 +0700 JAMES-3192 Upgrade Apache configuration to 2.7 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 94adf21..b4de1d8 100644 --- a/pom.xml +++ b/pom.xml @@ -2310,7 +2310,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> - <version>2.5</version> + <version>2.7</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -2331,7 +2331,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.7</version> + <version>1.8</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
