This is an automated email from the ASF dual-hosted git repository. krisden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/knox.git
commit d51771a115912d2ccfd10abb17d78f08771b6019 Author: Sandor Molnar <[email protected]> AuthorDate: Tue Sep 3 17:00:48 2019 +0200 KNOX-1983 - Upgrade commons-codec to 1.13 Signed-off-by: Kevin Risden <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f70e50a..908f852 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,7 @@ <checkstyle.version>8.23</checkstyle.version> <commons-beanutils.version>1.9.3</commons-beanutils.version> <commons-cli.version>1.4</commons-cli.version> - <commons-codec.version>1.12</commons-codec.version> + <commons-codec.version>1.13</commons-codec.version> <commons-collections.version>3.2.2</commons-collections.version> <commons-compress.version>1.18</commons-compress.version> <commons-configuration.version>1.10</commons-configuration.version>
