SOLR-17214: Update forbiddenapis to 3.7
diff --git a/build.gradle b/build.gradle
index db98bc4..8569c86 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@
   id 'com.palantir.consistent-versions' version '2.16.0'
   id 'org.owasp.dependencycheck' version '9.0.8'
   id 'ca.cutterslade.analyze' version '1.9.1'
-  id 'de.thetaphi.forbiddenapis' version '3.6' apply false
+  id 'de.thetaphi.forbiddenapis' version '3.7' apply false
   id 'de.undercouch.download' version '5.5.0' apply false
   id 'net.ltgt.errorprone' version '3.1.0' apply false
   id 'com.diffplug.spotless' version '6.5.2' apply false
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index fbc4eb1..aaad28d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -157,6 +157,8 @@
 
 * SOLR-17157: Upgrade Lucene to 9.10.0 (hossman, Christine Poerschke)
 
+* SOLR-17214: Update forbiddenapis to 3.7 (hossman)
+
 Other Changes
 ---------------------
 * SOLR-17126: Cut over System.getProperty to EnvUtils.getProperty (janhoy)