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/06/29 04:41:33 UTC

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

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 7f5920a9e6 fix(deps): update dependency com.helger.commons:ph-commons to v10.2.5
7f5920a9e6 is described below

commit 7f5920a9e6c5402056d3bed4dfd3a16e6bf770fb
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Mon Jun 19 04:09:19 2023 +0000

    fix(deps): update dependency com.helger.commons:ph-commons to v10.2.5
---
 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 6373cbcf21..4b1b98cf08 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -55,7 +55,7 @@ dependencies {
         api("com.google.auto.service:auto-service-annotations:1.1.0")
         api("com.google.auto.service:auto-service:1.1.0")
         api("com.google.errorprone:error_prone_annotations:2.19.1")
-        api("com.helger.commons:ph-commons:10.2.4")
+        api("com.helger.commons:ph-commons:10.2.5")
         api("com.helger:ph-css:6.5.0")
         api("com.jayway.jsonpath:json-path:2.8.0")
         api("com.miglayout:miglayout-core:5.3")