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 832c3b2edc chore: bump org.jsoup to 1.21.2
832c3b2edc is described below
commit 832c3b2edc05521fc6f5c5751a2ad0a24e18d0e0
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Oct 30 15:57:19 2025 +0300
chore: bump org.jsoup to 1.21.2
---
build-logic/jvm/src/main/kotlin/build-logic.java.gradle.kts | 3 ++-
src/bom-thirdparty/build.gradle.kts | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/build-logic/jvm/src/main/kotlin/build-logic.java.gradle.kts
b/build-logic/jvm/src/main/kotlin/build-logic.java.gradle.kts
index 00c8aaa05f..b4bf3a0697 100644
--- a/build-logic/jvm/src/main/kotlin/build-logic.java.gradle.kts
+++ b/build-logic/jvm/src/main/kotlin/build-logic.java.gradle.kts
@@ -88,7 +88,8 @@ dependencies {
tasks.register<DependencyInsightReportTask>("allDependencyInsight") {
group = HelpTasksPlugin.HELP_GROUP
description =
- "Shows insights where the dependency is used. For instance:
allDependencyInsight --configuration compile --dependency org.jsoup:jsoup"
+ "Shows insights where the dependency is used. For instance:
allDependencyInsight --configuration compileClasspath --dependency
org.jsoup:jsoup"
+ showingAllVariants = false
}
tasks.configureEach<JavaCompile> {
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index 4a0ab7c069..a6ee95d0e7 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -129,7 +129,7 @@ dependencies {
api("org.jodd:jodd-lagarto:6.0.6")
api("org.jodd:jodd-log:5.1.6")
api("org.jodd:jodd-props:6.0.2")
- api("org.jsoup:jsoup:1.17.1")
+ api("org.jsoup:jsoup:1.21.2")
api("org.mongodb:mongo-java-driver:2.14.3")
api("org.mozilla:rhino:1.7.14")
api("org.neo4j.driver:neo4j-java-driver:4.4.13")