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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 15f5ca036b49dc38e1873046aa725f1177051e17
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Nov 24 10:34:07 2023 +0300

    chore: miglayout 11.0+ requires Java 11, so we can't upgrade yet
---
 renovate.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index c999657662..4b78197a54 100644
--- a/renovate.json
+++ b/renovate.json
@@ -45,7 +45,8 @@
     },
     {
       "matchPackagePrefixes": ["com.miglayout"],
-      "groupName": "com.miglayout"
+      "groupName": "com.miglayout",
+      "allowedVersions": "< 11.0"
     },
     {
       "matchPackagePrefixes": ["org.ajoberstar.grgit"],

Reply via email to