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
The following commit(s) were added to refs/heads/master by this push:
new 35bfb16442 chore: bump org.eclipse.jetty to 11.0.26 (used in testing
only)
35bfb16442 is described below
commit 35bfb1644278b1dab188937a78f7c60404dcda61
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Oct 27 20:56:07 2025 +0300
chore: bump org.eclipse.jetty to 11.0.26 (used in testing only)
---
gradle/verification-metadata.xml | 1 +
renovate.json | 8 ++++----
src/bom-testing/build.gradle.kts | 1 +
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 67c65a5fa3..5093e268c1 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -103,6 +103,7 @@
<trusted-key id="44FBDBBC1A00FE414F1C1873586654072EAD6677"
group="org.sonatype.oss"/>
<trusted-key id="475F3B8E59E6E63AA78067482C7B12F2A511E325"
group="org.slf4j"/>
<trusted-key id="48B086A7D843CFA258E83286928FBF39003C0425">
+ <trusting group="io.micrometer"/>
<trusting group="io.projectreactor"/>
<trusting group="org.springframework"/>
</trusted-key>
diff --git a/renovate.json b/renovate.json
index 10778e9bd8..c47ad81ee4 100644
--- a/renovate.json
+++ b/renovate.json
@@ -135,11 +135,11 @@
]
},
{
- "groupName": "org.eclipse.jgit",
- "description": "TODO: jgit 6.0 requires Java 11",
- "allowedVersions": "< 6.0",
+ "groupName": "org.eclipse.jetty",
+ "description": "wiremock uses jetty 11",
+ "allowedVersions": "< 12.0",
"matchPackageNames": [
- "org.eclipse.jgit{/,}**"
+ "org.eclipse.jetty{/,}**"
]
},
{
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index b510fea230..1b2ccdb39e 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -28,6 +28,7 @@ javaPlatform {
dependencies {
api(platform("org.junit:junit-bom:5.14.0"))
api(platform("org.springframework:spring-framework-bom:6.2.12"))
+ api(platform("org.eclipse.jetty:jetty-bom:11.0.26"))
constraints {
// api means "the dependency is for both compilation and runtime"