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

zhangzp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-ml.git


The following commit(s) were added to refs/heads/master by this push:
     new a533670  [hotfix] Bump dependency versions
a533670 is described below

commit a53367031023f280e0514641b90b7f047233c163
Author: Dong Lin <lindon...@gmail.com>
AuthorDate: Fri May 6 22:17:49 2022 +0800

    [hotfix] Bump dependency versions
    
    This closes #94.
---
 flink-ml-core/pom.xml      | 4 ----
 flink-ml-iteration/pom.xml | 4 ----
 pom.xml                    | 3 ++-
 3 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/flink-ml-core/pom.xml b/flink-ml-core/pom.xml
index c351270..56dbe4a 100644
--- a/flink-ml-core/pom.xml
+++ b/flink-ml-core/pom.xml
@@ -31,10 +31,6 @@ under the License.
   <artifactId>flink-ml-core_${scala.binary.version}</artifactId>
   <name>Flink ML : Core</name>
 
-  <properties>
-    <hadoop.version>2.4.1</hadoop.version>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.flink</groupId>
diff --git a/flink-ml-iteration/pom.xml b/flink-ml-iteration/pom.xml
index a2ac1e5..8ab408f 100644
--- a/flink-ml-iteration/pom.xml
+++ b/flink-ml-iteration/pom.xml
@@ -31,10 +31,6 @@ under the License.
     <artifactId>flink-ml-iteration_${scala.binary.version}</artifactId>
     <name>Flink ML : Iteration</name>
 
-    <properties>
-        <hadoop.version>2.4.1</hadoop.version>
-    </properties>
-
     <dependencies>
 
         <dependency>
diff --git a/pom.xml b/pom.xml
index c17718f..b4baa5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,12 +68,13 @@ under the License.
     <target.java.version>1.8</target.java.version>
     <spotless.version>2.4.2</spotless.version>
     <slf4j.version>1.7.15</slf4j.version>
-    <log4j.version>2.17.0</log4j.version>
+    <log4j.version>2.17.1</log4j.version>
     <junit.version>4.13.1</junit.version>
     <flink.forkCount>1C</flink.forkCount>
     <flink.reuseForks>true</flink.reuseForks>
     <flink.version>1.14.4</flink.version>
     <zookeeper.version>3.4.14</zookeeper.version>
+    <hadoop.version>2.8.5</hadoop.version>
 
     <!-- Can be set to any value to reproduce a specific build. -->
     <test.randomization.seed/>

Reply via email to