You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2022/06/04 19:27:49 UTC

[ignite] branch master updated: IGNITE-17095 Update Ignite dependencies for the apache commons libraries (#10065)

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

mmuzaf 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 eb18f988189 IGNITE-17095 Update Ignite dependencies for the apache commons libraries (#10065)
eb18f988189 is described below

commit eb18f988189f8b25f4a67cb526ffbf94b8d6d49a
Author: Maxim Muzafarov <ma...@gmail.com>
AuthorDate: Sat Jun 4 22:27:40 2022 +0300

    IGNITE-17095 Update Ignite dependencies for the apache commons libraries (#10065)
---
 parent/pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 05752b6a77b..55e68210933 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -54,7 +54,9 @@
             a version dependency for Ignite extensions. -->
         <ignite.version>${revision}</ignite.version>
         <ignite.edition>apache-ignite</ignite.edition>
+
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <maven.build.timestamp.format>MMMM d yyyy</maven.build.timestamp.format>
         <doxygen.exec>doxygen</doxygen.exec>
         <docfx.exec>docfx</docfx.exec>
@@ -74,10 +76,10 @@
         <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.13</commons.codec.version>
+        <commons.codec.version>1.15</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>
+        <commons.io.version>2.11.0</commons.io.version>
         <commons.dbcp.version>1.4</commons.dbcp.version>
         <cron4j.version>2.2.5</cron4j.version>
         <curator.version>5.2.0</curator.version>