From 7acd5ac9a837030b5ad6e2e34e1872aaaf83a90a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Wed, 2 Sep 2020 13:39:13 +0200 Subject: [PATCH] ref #9204 update to commons-codec 1.15 in taxeditor.cdmlib --- eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF | 2 +- eu.etaxonomy.taxeditor.cdmlib/build.properties | 2 +- eu.etaxonomy.taxeditor.cdmlib/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF index 1a288a08e..313450d44 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF @@ -566,7 +566,7 @@ Bundle-ClassPath: ., lib/cdmlib-cache-5.18.0-SNAPSHOT.jar, lib/cdmlib-services-5.18.0-SNAPSHOT.jar, lib/commons-beanutils-1.9.4.jar, - lib/commons-codec-1.14.jar, + lib/commons-codec-1.15.jar, lib/commons-collections-3.2.2.jar, lib/commons-dbcp-1.4.jar, lib/commons-imaging-1.0-alpha2.jar, diff --git a/eu.etaxonomy.taxeditor.cdmlib/build.properties b/eu.etaxonomy.taxeditor.cdmlib/build.properties index d4b86a38f..65998d4ea 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/build.properties +++ b/eu.etaxonomy.taxeditor.cdmlib/build.properties @@ -10,7 +10,7 @@ bin.includes = META-INF/,\ lib/cdmlib-persistence-5.18.0-SNAPSHOT.jar,\ lib/cdmlib-services-5.18.0-SNAPSHOT.jar,\ lib/commons-beanutils-1.9.4.jar,\ - lib/commons-codec-1.14.jar,\ + lib/commons-codec-1.15.jar,\ lib/commons-collections-3.2.2.jar,\ lib/commons-dbcp-1.4.jar,\ lib/commons-imaging-1.0-alpha2.jar,\ diff --git a/eu.etaxonomy.taxeditor.cdmlib/pom.xml b/eu.etaxonomy.taxeditor.cdmlib/pom.xml index 511209da4..52dc864eb 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/pom.xml +++ b/eu.etaxonomy.taxeditor.cdmlib/pom.xml @@ -571,7 +571,7 @@ commons-codec commons-codec - 1.14 + 1.15 -- 2.34.1