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 1e474c2d4ee Pin dependencies to java 11 for Solrbot (#4733)
1e474c2d4ee is described below
commit 1e474c2d4ee717031383ae4a23d8508dd5f82e5a
Author: Eric Pugh <[email protected]>
AuthorDate: Thu Aug 13 06:49:52 2026 -0400
Pin dependencies to java 11 for Solrbot (#4733)
---
.github/renovate.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.github/renovate.json b/.github/renovate.json
index a8fb0a4b983..29900462983 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -34,6 +34,16 @@
"description": "Keep Error Prone on 2.31.0; the build hard-pins it to
2.31.0 for JDK11 compatibility on branch_9x",
"matchPackagePrefixes": ["com.google.errorprone:"],
"allowedVersions": "2.31.0"
+ },
+ {
+ "description": "Pin no.nav.security:mock-oauth2-server to 0.5.10; every
1.0.0+ release requires Java 17 but branch_9x builds with Java 11",
+ "matchPackageNames": ["no.nav.security:mock-oauth2-server"],
+ "allowedVersions": "0.5.10"
+ },
+ {
+ "description": "Pin com.carrotsearch:hppc to 0.10.0; 0.11.0+ is compiled
for Java 21 but branch_9x builds with Java 11",
+ "matchPackageNames": ["com.carrotsearch:hppc"],
+ "allowedVersions": "0.10.0"
}
],
"schedule": ["* * * * *"],