From 3d0843260199799be634dc330d98f1362536fcd5 Mon Sep 17 00:00:00 2001 From: Peter Bacsko Date: Wed, 17 May 2017 14:59:58 +0200 Subject: [PATCH] OOZIE-2888 Upgrade commons-io to 2.4 (dbist13 via pbacsko) (cherry picked from commit b2c44c6112c687476f389696c7cf842e207306b3) --- pom.xml | 2 +- release-log.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f1aabaef4c..ad72f70e2b 100644 --- a/pom.xml +++ b/pom.xml @@ -1368,7 +1368,7 @@ commons-io commons-io - 2.1 + 2.4 diff --git a/release-log.txt b/release-log.txt index 6405bafcc5..a6b68bcaaf 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.3.1 release +OOZIE-2888 Upgrade commons-io to 2.4 (dbist13 via pbacsko) OOZIE-3171 Revert OOZIE-2771 commit on branch-4.3 (satishsaley) OOZIE-2533 Oozie Web UI gives Error 500 with Java 8u91 (asasvari via satishsaley) OOZIE-3167 Upgrade tomcat version on Oozie 4.3 branch (satishsaley)