You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2019/08/28 08:54:16 UTC

[directory-studio] branch master updated: Bumped up the commons-collection and commons-codec dependencies

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-studio.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a4b47a  Bumped up the commons-collection and commons-codec dependencies
3a4b47a is described below

commit 3a4b47a28494daffe57648da49a9675235727eb1
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Wed Aug 28 10:54:07 2019 +0200

    Bumped up the commons-collection and commons-codec dependencies
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a2c7a2..6f670be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,10 +79,10 @@
     <log4j.log4j.bundleversion>1.2.17</log4j.log4j.bundleversion>
     <com.github.ben-manes.caffeine.version>2.7.0</com.github.ben-manes.caffeine.version>
     <com.github.ben-manes.caffeine.bundleversion>2.7.0</com.github.ben-manes.caffeine.bundleversion>
-    <org.apache.commons.codec.version>1.12</org.apache.commons.codec.version>
-    <org.apache.commons.codec.bundleversion>1.12.0</org.apache.commons.codec.bundleversion>
-    <org.apache.commons.collections4.version>4.3</org.apache.commons.collections4.version>
-    <org.apache.commons.collections4.bundleversion>4.3.0</org.apache.commons.collections4.bundleversion>
+    <org.apache.commons.codec.version>1.13</org.apache.commons.codec.version>
+    <org.apache.commons.codec.bundleversion>1.13.0</org.apache.commons.codec.bundleversion>
+    <org.apache.commons.collections4.version>4.4</org.apache.commons.collections4.version>
+    <org.apache.commons.collections4.bundleversion>4.4.0</org.apache.commons.collections4.bundleversion>
     <org.apache.commons.io.version>2.6</org.apache.commons.io.version>
     <org.apache.commons.io.bundleversion>2.6.0</org.apache.commons.io.bundleversion>
     <org.apache.commons.lang3.version>3.9</org.apache.commons.lang3.version>