You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by us...@apache.org on 2023/03/27 13:23:18 UTC

[solr] branch branch_9x updated: Upgrade forbiddenapis to 3.5 (#1494)

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

uschindler pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 65512cecf4d Upgrade forbiddenapis to 3.5 (#1494)
65512cecf4d is described below

commit 65512cecf4d18bbf156799a02a7df0aab4593cde
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Mon Mar 27 15:21:27 2023 +0200

    Upgrade forbiddenapis to 3.5 (#1494)
---
 build.gradle     | 2 +-
 solr/CHANGES.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index b9cd7e3535a..43e6d8cda7f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ plugins {
   id "com.palantir.consistent-versions" version "2.11.0"
   id "org.owasp.dependencycheck" version "8.0.1"
   id 'ca.cutterslade.analyze' version "1.9.0"
-  id 'de.thetaphi.forbiddenapis' version '3.4' apply false
+  id 'de.thetaphi.forbiddenapis' version '3.5' apply false
   id "de.undercouch.download" version "5.2.0" apply false
   id "net.ltgt.errorprone" version "3.0.1" apply false
   id 'com.diffplug.spotless' version "6.5.2" apply false
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index a35508f1e44..190cb4c9116 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -44,7 +44,7 @@ Bug Fixes
 
 Dependency Upgrades
 ---------------------
-(No changes)
+* PR#1494: Upgrade forbiddenapis to 3.5 (Uwe Schindler)
 
 Other Changes
 ---------------------