This is an automated email from the ASF dual-hosted git repository.
ivandasch 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 a7bc3d26766 IGNITE-20711 Update Ignite dependency: Apache Commons
Codec to 1.16.0 (#11009)
a7bc3d26766 is described below
commit a7bc3d2676638b7fefd8603667cd366a1234e654
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Mon Oct 30 13:58:32 2023 +0300
IGNITE-20711 Update Ignite dependency: Apache Commons Codec to 1.16.0
(#11009)
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index a53fb05a30b..8887e7b6810 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -75,7 +75,7 @@
<bouncycastle.version>1.69</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.15</commons.codec.version>
+ <commons.codec.version>1.16.0</commons.codec.version>
<commons.collections.version>3.2.2</commons.collections.version>
<commons.lang.version>2.6</commons.lang.version>
<commons.io.version>2.11.0</commons.io.version>