From 464bea0ce2cf3748044201f48f5574e0b4a04335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 04:57:29 +0000 Subject: [PATCH] build(deps): bump ch.qos.logback:logback-classic from 1.2.6 to 1.4.6 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.6 to 1.4.6. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/commits) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- testcontainer/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcontainer/build.gradle b/testcontainer/build.gradle index 95361e9..e08fcc6 100644 --- a/testcontainer/build.gradle +++ b/testcontainer/build.gradle @@ -19,7 +19,7 @@ dependencyManagement { } dependencies { - def logbackVersion = '1.2.6' + def logbackVersion = '1.4.6' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'