From 04d096a2334c89984236cf454439b6f2251b3d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 02:14:08 +0000 Subject: [PATCH] Bump logback-classic from 1.2.10 to 1.4.3 Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.2.10 to 1.4.3. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.2.10...v_1.4.3) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common-test/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-test/build.gradle.kts b/common-test/build.gradle.kts index d0a8b92..ef19164 100644 --- a/common-test/build.gradle.kts +++ b/common-test/build.gradle.kts @@ -15,7 +15,7 @@ kotlin { val jvmMain by getting { dependencies { - implementation("ch.qos.logback:logback-classic:1.2.10") + implementation("ch.qos.logback:logback-classic:1.4.3") api("io.kotest:kotest-runner-junit5:${Versions.kotest}") } }