From d63ed241f58fd2108357b49cb7a9e9bb2255dad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 07:45:41 +0000 Subject: [PATCH] Bump ch.qos.logback:logback-classic from 1.5.2 to 1.5.5 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.2 to 1.5.5. - [Commits](https://github.com/qos-ch/logback/commits/v_1.5.5) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0ea77a56..7072fe5a 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'junit:junit:4.13.2' - testImplementation 'ch.qos.logback:logback-classic:1.5.2' + testImplementation 'ch.qos.logback:logback-classic:1.5.5' } checkstyle {