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:21:58 UTC

[solr] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/solr.git


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

commit 09ec40d3493b3c8253ba2f8552e503f8be6a088c
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 dbf58b45a37..4ee6f785ecd 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 cc8932f62fd..01ce8887303 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -81,7 +81,7 @@ Bug Fixes
 
 Dependency Upgrades
 ---------------------
-(No changes)
+* PR#1494: Upgrade forbiddenapis to 3.5 (Uwe Schindler)
 
 
 Other Changes