From 406f73362d4965828c40dad4e33c3a5140e2117a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 8 May 2023 07:40:45 +0200 Subject: [PATCH] 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 4953cf3e1dc..c7e474a2834 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")