You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by il...@apache.org on 2021/04/01 13:02:46 UTC

[ignite] branch master updated: IGNITE-14379 Update commons-codec dependency to 1.13.

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

ilyak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new da38102  IGNITE-14379 Update commons-codec dependency to 1.13.
da38102 is described below

commit da3810235a8904fcdc7b4c4864c5c49d5d3af89f
Author: Ilya Kasnacheev <il...@gmail.com>
AuthorDate: Wed Mar 17 18:31:22 2021 +0300

    IGNITE-14379 Update commons-codec dependency to 1.13.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 325deba..b227c30 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -59,7 +59,7 @@
         <bouncycastle.version>1.60</bouncycastle.version>
         <commons.beanutils.bundle.version>1.9.2_1</commons.beanutils.bundle.version>
         <commons.beanutils.version>1.9.4</commons.beanutils.version>
-        <commons.codec.version>1.11</commons.codec.version>
+        <commons.codec.version>1.13</commons.codec.version>
         <commons.collections.version>3.2.2</commons.collections.version>
         <commons.lang.version>2.6</commons.lang.version>
         <commons.io.version>2.6</commons.io.version>