From 2bf5dc3e735853c284118b6aeb85f1dc99fbe9be Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 11 Jan 2023 15:19:06 +0800 Subject: [PATCH] build(deps): bump hawtio-springboot to 2.17.0 --- komga/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index 9a82141dc..dab5a83a7 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { implementation("org.flywaydb:flyway-core") implementation("io.github.microutils:kotlin-logging-jvm:3.0.5") - implementation("io.hawt:hawtio-springboot:2.16.1") + implementation("io.hawt:hawtio-springboot:2.17.0") implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2")