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 6a1c84fc27 chore: bump org.jdom:jdom to 2.0.2
6a1c84fc27 is described below
commit 6a1c84fc27dfac78db28a43c6211a4e9fede2e25
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Oct 27 21:02:11 2025 +0300
chore: bump org.jdom:jdom to 2.0.2
jdom is used for building the documentation only
---
src/bom-thirdparty/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index 2b9875722a..4b384d3a88 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:1.1.3")
+ api("org.jdom:jdom:2.0.2")
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")