Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmanuel lecharny <emmanuel.lecharny@busit.com>2019-08-28 11:54:07 +0300
committeremmanuel lecharny <emmanuel.lecharny@busit.com>2019-08-28 11:54:07 +0300
commit3a4b47a28494daffe57648da49a9675235727eb1 (patch)
tree5e71f715c02f1ee0e853e4ec96eee463e87f524a /pom.xml
parent5cbde8abeb04db2354a0c23ed4f92e92d97f9574 (diff)
Bumped up the commons-collection and commons-codec dependencies
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 1a2c7a2dc..6f670be0a 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>