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 26bcab946f Revert "chore: bump org.jdom:jdom to 2.0.2"
26bcab946f is described below

commit 26bcab946f3785c4c28273441742638cf757f5fb
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Oct 27 21:09:24 2025 +0300

    Revert "chore: bump org.jdom:jdom to 2.0.2"
    
    This reverts commit 6a1c84fc27dfac78db28a43c6211a4e9fede2e25.
---
 renovate.json                       | 8 ++++++++
 src/bom-thirdparty/build.gradle.kts | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index c47ad81ee4..602682c895 100644
--- a/renovate.json
+++ b/renovate.json
@@ -142,6 +142,14 @@
         "org.eclipse.jetty{/,}**"
       ]
     },
+    {
+      "groupName": "org.jdom",
+      "description": "Velocity Anakia uses JDOM 1.0",
+      "allowedVersions": "< 2.0",
+      "matchPackageNames": [
+        "org.jdom{/,}**"
+      ]
+    },
     {
       "groupName": "org.jetbrains.lets-plot",
       "matchPackageNames": [
diff --git a/src/bom-thirdparty/build.gradle.kts 
b/src/bom-thirdparty/build.gradle.kts
index 4b384d3a88..2b9875722a 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -125,7 +125,7 @@ dependencies {
         api("org.brotli:dec:0.1.2")
         api("org.exparity:hamcrest-date:2.0.8")
         api("org.freemarker:freemarker:2.3.32")
-        api("org.jdom:jdom:2.0.2")
+        api("org.jdom:jdom:1.1.3")
         api("org.jetbrains.lets-plot:lets-plot-batik:4.1.0")
         api("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.5.0")
         api("org.jetbrains:annotations:24.1.0")

Reply via email to