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 53f9be8ea1 fix(deps): update dependency com.helger.commons:ph-commons
to v12.1.0
53f9be8ea1 is described below
commit 53f9be8ea1a4cf2aa2d8b4703449fa8fc673a5a1
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 7 21:55:05 2025 +0000
fix(deps): update dependency com.helger.commons:ph-commons to v12.1.0
---
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 7eaf9a20e2..d14de776d4 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
api("com.google.auto.service:auto-service-annotations:1.1.1")
api("com.google.auto.service:auto-service:1.1.1")
api("com.google.errorprone:error_prone_annotations:2.44.0")
- api("com.helger.commons:ph-commons:12.0.4")
+ api("com.helger.commons:ph-commons:12.1.0")
api("com.helger:ph-css:8.0.1")
api("com.jayway.jsonpath:json-path:2.10.0")
api("com.miglayout:miglayout-core:5.3")