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

epugh 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 24fe0e1def1 Prevent update to plugin com.diffplug.spotless to v8 
(branch_9x) due to jdk (#4036)
24fe0e1def1 is described below

commit 24fe0e1def1d509c1a9a7ea6c1a091e9b15093ef
Author: Solr Bot <[email protected]>
AuthorDate: Tue Aug 25 16:44:24 2026 +0200

    Prevent update to plugin com.diffplug.spotless to v8 (branch_9x) due to jdk 
(#4036)
    
    Co-authored-by: Eric Pugh <[email protected]>
---
 .github/renovate.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/renovate.json b/.github/renovate.json
index d83734a73e9..80216e4e315 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -45,13 +45,18 @@
       "matchPackageNames": ["com.carrotsearch:hppc"],
       "allowedVersions": "0.10.0"
     },
+    {
+      "description": "Keep com.diffplug.spotless on the 7.x line on branch_9x; 
8.0.0 bumps the required Java to 17.",
+      "matchPackageNames": ["com.diffplug.spotless"],
+      "allowedVersions": "<8.0.0"
+    },
     {
       "description": "Keep the Jetty 10.x line on branch_9x; Jetty 11 moves 
the Servlet API from javax.servlet to jakarta.servlet (branch_9x is still on 
javax.servlet throughout), and Jetty 12 additionally requires Java 17 but 
branch_9x builds with Java 11",
       "matchPackageNames": ["org.eclipse.jetty*:**"],
       "allowedVersions": "<11.0.0"
     },
     {
-      "description": "Pin org.semver4j:semver4j to 5.x; 6.0.0 is compiled to 
Java 17  but branch_9x builds with Java 11",
+      "description": "Pin org.semver4j:semver4j to 5.x; 6.0.0 is compiled to 
Java 17 but branch_9x builds with Java 11",
       "matchPackageNames": ["org.semver4j:semver4j"],
       "allowedVersions": "<6.0.0"
     }

Reply via email to