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 1028645baf5b1c7c45eb29616a0f59485866206c
Author: Kevin Risden <[email protected]>
AuthorDate: Wed Jul 29 15:52:56 2020 -0400

    KNOX-2423 - Upgrade commons-io to 2.7
    
    Requires upgrading forbiddenapis as well
    
    Signed-off-by: Kevin Risden <[email protected]>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 404bb35..db2a262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,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.6</commons-io.version>
+        <commons-io.version>2.7</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>
@@ -191,7 +191,7 @@
         <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
         <fastinfoset.version>1.2.18</fastinfoset.version>
         <findsecbugs-plugin.version>1.10.1</findsecbugs-plugin.version>
-        <forbiddenapis.version>2.7</forbiddenapis.version>
+        <forbiddenapis.version>3.0.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.3</groovy.version>

Reply via email to