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/04/29 10:50:18 UTC

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

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 7132be7030 fix(deps): update dependency com.helger.commons:ph-commons to v10.2.3 (#5868)
7132be7030 is described below

commit 7132be7030bf28eacad519fdc3adcd8eeb59819a
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Sat Apr 29 12:50:13 2023 +0200

    fix(deps): update dependency com.helger.commons:ph-commons to v10.2.3 (#5868)
---
 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 87ebd39aaa..a7ef4f6a7f 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.1.6")
+        api("com.helger.commons:ph-commons:10.2.3")
         api("com.helger:ph-css:6.5.0")
         api("com.jayway.jsonpath:json-path:2.8.0")
         api("com.miglayout:miglayout-core:5.3")