From e9b4b76f49203e8bf18e83a60bf70490cc81d845 Mon Sep 17 00:00:00 2001 From: Dependency Update Bot Date: Mon, 23 Sep 2024 07:24:58 +0000 Subject: [PATCH] Update ph-fonts to v5.0.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7a016ff..0ea5c60 100644 --- a/build.gradle +++ b/build.gradle @@ -47,13 +47,13 @@ dependencies { } implementation 'org.jfree:jfreechart:1.5.5' implementation 'org.jsoup:jsoup:1.18.1' - implementation 'com.helger.font:ph-fonts-api:5.0.1' + implementation 'com.helger.font:ph-fonts-api:5.0.3' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0' runtimeOnly 'org.springframework.boot:spring-boot-starter-actuator' - runtimeOnly 'com.helger.font:ph-fonts-open-sans:5.0.1' + runtimeOnly 'com.helger.font:ph-fonts-open-sans:5.0.3' runtimeOnly 'ch.qos.logback.contrib:logback-json-classic:0.1.5' runtimeOnly 'ch.qos.logback.contrib:logback-jackson:0.1.5' }