From 185a79c1cbc3782c83129586300bac6a371ad816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:04:27 +0000 Subject: [PATCH] chore(deps): bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.6 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.14 to 1.5.6. - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.14...v_1.5.6) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webapp/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/build.gradle.kts b/webapp/build.gradle.kts index fbaef80..1599976 100644 --- a/webapp/build.gradle.kts +++ b/webapp/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("org.http4k:http4k-core") implementation("org.http4k:http4k-server-jetty") implementation("io.github.microutils:kotlin-logging-jvm:3.0.5") - implementation("ch.qos.logback:logback-classic:1.4.14") + implementation("ch.qos.logback:logback-classic:1.5.6") implementation("com.ubertob.kondor:kondor-core:2.2.2") testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")