From 30ce2641622693f50a32af8dad07790076ae58f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:50:35 +0000 Subject: [PATCH] fix(deps): bump ch.qos.logback:logback-core from 1.2.11 to 1.5.11 Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.2.11 to 1.5.11. - [Commits](https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.5.11) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b2bf380..7049fb8 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { testImplementation "org.assertj:assertj-core:3.26.0" testImplementation "org.hamcrest:hamcrest:2.2" testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' - testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11' + testRuntimeOnly 'ch.qos.logback:logback-core:1.5.11' compileOnly 'org.projectlombok:lombok:1.18.34' annotationProcessor 'org.projectlombok:lombok:1.18.34'