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 64887f0ad4 chore: bump commons-lang3 for checkstyle task to 3.19.0
64887f0ad4 is described below
commit 64887f0ad410769c6dc5e92380a8f3b97659bd71
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Oct 27 21:40:42 2025 +0300
chore: bump commons-lang3 for checkstyle task to 3.19.0
See https://github.com/apache/maven-doxia/issues/1006
---
.../verification/src/main/kotlin/build-logic.checkstyle.gradle.kts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/build-logic/verification/src/main/kotlin/build-logic.checkstyle.gradle.kts
b/build-logic/verification/src/main/kotlin/build-logic.checkstyle.gradle.kts
index a4e03b9bed..e9ccf15cba 100644
--- a/build-logic/verification/src/main/kotlin/build-logic.checkstyle.gradle.kts
+++ b/build-logic/verification/src/main/kotlin/build-logic.checkstyle.gradle.kts
@@ -31,6 +31,12 @@ configurations.checkstyle {
}
}
+dependencies {
+ constraints {
+ "checkstyle"("org.apache.commons:commons-lang3:3.19.0")
+ }
+}
+
checkstyle {
// TOOD: move to /config
val configDir = File(rootDir, "config/checkstyle")