From 8c176affa69909396ecfcaa7989cd86b3b3770a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:53:45 +0200 Subject: [PATCH] Update dependency logback-classic to v1.5.8 (#41) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index e8bf7c4..4c104b9 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -6,7 +6,7 @@ kotlinx-serialization = "1.7.3" kotlinx-atomicfu = "0.25.0" okhttp = "4.12.0" apache-httpclient = "4.5.14" -logback = "1.5.7" +logback = "1.5.8" instrumenter = "3.3.4" jmh-plugin = "0.7.2"