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

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

commit d861b126b9b65895eb7356dab4c8018d87bd845d
Author: Kevin Risden <kris...@apache.org>
AuthorDate: Tue Nov 17 14:02:04 2020 -0500

    KNOX-2439 - Upgrade commons-io to 2.8.0 and forbiddenapis to 3.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 39bfd38..a926c69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
         <commons-compress.version>1.20</commons-compress.version>
         <commons-configuration.version>1.10</commons-configuration.version>
         <commons-digester3.version>3.2</commons-digester3.version>
-        <commons-io.version>2.7</commons-io.version>
+        <commons-io.version>2.8.0</commons-io.version>
         <commons-lang.version>2.6</commons-lang.version>
         <commons-lang3.version>3.11</commons-lang3.version>
         <commons-logging.version>1.2</commons-logging.version>
@@ -193,7 +193,7 @@
         <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
         <fastinfoset.version>1.2.18</fastinfoset.version>
         <findsecbugs-plugin.version>1.10.1</findsecbugs-plugin.version>
-        <forbiddenapis.version>3.0.1</forbiddenapis.version>
+        <forbiddenapis.version>3.1</forbiddenapis.version>
         <frontend-maven-plugin.version>1.10.0</frontend-maven-plugin.version>
         <gson.version>2.8.6</gson.version>
         <groovy.version>3.0.5</groovy.version>

Reply via email to