You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by di...@apache.org on 2022/02/08 14:43:43 UTC

[oozie] branch master updated: OOZIE-3653 Upgrade commons-io to 2.11.0 (groot via dionusos)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e1ee62d  OOZIE-3653 Upgrade commons-io to 2.11.0 (groot via dionusos)
e1ee62d is described below

commit e1ee62df147d6ca4a71b4189fb048c68b0e1e464
Author: Denes Bodo <di...@apache.org>
AuthorDate: Tue Feb 8 15:38:13 2022 +0100

    OOZIE-3653 Upgrade commons-io to 2.11.0 (groot via dionusos)
---
 pom.xml         | 2 +-
 release-log.txt | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cc40049..aac0381 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1447,7 +1447,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.4</version>
+                <version>2.11.0</version>
             </dependency>
             <dependency>
                 <groupId>org.mockito</groupId>
diff --git a/release-log.txt b/release-log.txt
index 8e21098..e1edc8a 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.3.0 release (trunk - unreleased)
 
+OOZIE-3653 Upgrade commons-io to 2.11.0 (groot via dionusos)
 OOZIE-3657 Upgrade Jetty to 9.4.44.v20210927 (pj.fanning via asalamon74)
 OOZIE-3650 Upgrade jackson version to 2.6.7 (pj.fanning via asalamon74)
 OOZIE-3649 Upgrade transitive log4j2 version to 2.17.1 (dionusos via asalamon74)