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

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


The following commit(s) were added to refs/heads/master by this push:
     new f412aeb290 AIRAVATA-3590 upgrade log4j and commons-io
f412aeb290 is described below

commit f412aeb290dda5be31e950dd3a0d8561280dd357
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Thu Mar 17 13:42:39 2022 +0100

    AIRAVATA-3590 upgrade log4j and commons-io
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 64507cd0ed..d7c9562e1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <derby.version>10.13.1.1</derby.version>
         <org.slf4j.version>1.7.25</org.slf4j.version>
-        <log4j2.version>2.16.0</log4j2.version>
+        <log4j2.version>2.17.2</log4j2.version>
         <surefire.version>3.0.0-M4</surefire.version>
         <junit.version>4.12</junit.version>
         <curator.version>2.8.0</curator.version>
@@ -111,7 +111,7 @@
         <maven.assembly.plugin>3.3.0</maven.assembly.plugin>
         <kafka-clients.version>1.0.0</kafka-clients.version>
         <json.version>20160212</json.version>
-        <commons.io.version>2.4</commons.io.version>
+        <commons.io.version>2.11.0</commons.io.version>
         <google.guava.version>20.0</google.guava.version>
         <jacoco.version>0.8.1</jacoco.version>
         <openjpa.version>3.1.0</openjpa.version>

Reply via email to