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 59bb118c456 Update Renovate configuration for Jetty and semver4j
59bb118c456 is described below
commit 59bb118c4561437bc28674dd7151e6388a7aee8e
Author: Eric Pugh <[email protected]>
AuthorDate: Tue Aug 25 10:32:10 2026 -0400
Update Renovate configuration for Jetty and semver4j
---
.github/renovate.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/renovate.json b/.github/renovate.json
index d1714806ca7..d83734a73e9 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -49,6 +49,11 @@
"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",
+ "matchPackageNames": ["org.semver4j:semver4j"],
+ "allowedVersions": "<6.0.0"
}
],
"schedule": ["before 9am on the first day of the month"],