You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/05/08 05:40:53 UTC

[jmeter] branch master updated: fix(deps): update dependency com.helger.commons:ph-commons to v10.2.4 (#5886)

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 406f73362d fix(deps): update dependency com.helger.commons:ph-commons to v10.2.4 (#5886)
406f73362d is described below

commit 406f73362d4965828c40dad4e33c3a5140e2117a
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Mon May 8 07:40:45 2023 +0200

    fix(deps): update dependency com.helger.commons:ph-commons to v10.2.4 (#5886)
---
 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 4953cf3e1d..c7e474a283 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
         api("com.github.weisj:darklaf-theme:2.7.3")
         api("com.github.weisj:darklaf-property-loader:2.7.3")
         api("com.github.weisj:darklaf-extensions-rsyntaxarea:0.3.4")
-        api("com.helger.commons:ph-commons:10.2.3")
+        api("com.helger.commons:ph-commons:10.2.4")
         api("com.helger:ph-css:6.5.0")
         api("com.jayway.jsonpath:json-path:2.8.0")
         api("com.miglayout:miglayout-core:5.3")