From 08a13ce589428d721ef21de083a2c57710bf49ea Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Thu, 4 Jun 2020 01:01:42 +0200 Subject: [PATCH] Upgrade forbiddenapis to hotfix release 3.0.1 (allows upgrade to commons-io 2.7 in Solr) --- build.gradle | 2 +- dev-tools/maven/pom.xml.template | 2 +- lucene/CHANGES.txt | 2 +- lucene/common-build.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 3a08ec4427f..5fc36093668 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ import java.time.format.DateTimeFormatter plugins { id "base" id "com.palantir.consistent-versions" version "1.14.0" - id 'de.thetaphi.forbiddenapis' version '3.0' apply false + id 'de.thetaphi.forbiddenapis' version '3.0.1' apply false id "org.owasp.dependencycheck" version "5.3.0" id "de.undercouch.download" version "4.0.2" apply false } diff --git a/dev-tools/maven/pom.xml.template b/dev-tools/maven/pom.xml.template index b5bd2df1144..b5e98b190ec 100644 --- a/dev-tools/maven/pom.xml.template +++ b/dev-tools/maven/pom.xml.template @@ -159,7 +159,7 @@ de.thetaphi forbiddenapis - 2.7 + 3.0.1