You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2022/01/05 17:11:41 UTC

[archiva-parent] 02/02: Changing dependency versions

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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git

commit a3e42201f11ddbf4f4438c84e993a7b35474d520
Author: Martin Schreier <ma...@apache.org>
AuthorDate: Wed Jan 5 18:11:34 2022 +0100

    Changing dependency versions
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 79629e7..917124b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
     <log4j.version>2.17.1</log4j.version>
     <spring.version>5.3.14</spring.version>
 
-    <ehcache.version>2.10.6</ehcache.version>
+    <ehcache.version>3.9.9</ehcache.version>
     <hsqldb.version>2.5.0</hsqldb.version>
     <openjpa.version>3.1.1</openjpa.version>
     <cxf.version>3.3.11</cxf.version>
@@ -96,13 +96,12 @@
 
     <!-- apache commons -->
     <commons.lang3.version>3.12.0</commons.lang3.version>
-    <commons.codec.version>1.13</commons.codec.version>
+    <commons.codec.version>1.15</commons.codec.version>
     <commons.configuration.version>2.7</commons.configuration.version>
     <commons.text.version>1.9</commons.text.version>
     <commons.beanutils.version>1.9.4</commons.beanutils.version>
     <commons.logging.version>1.2</commons.logging.version>
-    <commons.io.version>2.8.0</commons.io.version>
-    <commons.digester.version>2.15</commons.digester.version>
+    <commons.io.version>2.11.0</commons.io.version>
     <commons.collections.version>4.4</commons.collections.version>
     <commons.fileupload.version>1.4</commons.fileupload.version>
     <commons.collections.3.version>3.2.2</commons.collections.3.version>