From aa31c74df27f4faccb4dd3fa9346daffd2fa7f28 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 23 May 2023 17:28:45 +0800 Subject: [PATCH] build(deps): bump hawtio to 2.17.2 --- 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 d37419aec..dceda34ea 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.17.0") + implementation("io.hawt:hawtio-springboot:2.17.2") implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0")