From 16c58953a1a6f27d732d5fa30d444d9517358a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:21:11 +0000 Subject: [PATCH] Bump ch.qos.logback:logback-access from 1.4.11 to 1.4.12 Bumps [ch.qos.logback:logback-access](https://github.com/qos-ch/logback) from 1.4.11 to 1.4.12. - [Commits](https://github.com/qos-ch/logback/commits) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-access dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ecs-logging-access/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecs-logging-access/build.gradle b/ecs-logging-access/build.gradle index 2b05303..3334ad4 100644 --- a/ecs-logging-access/build.gradle +++ b/ecs-logging-access/build.gradle @@ -1,10 +1,10 @@ dependencies { implementation(project(':ecs-logging-base')) - implementation("ch.qos.logback:logback-access:1.4.11") + implementation("ch.qos.logback:logback-access:1.4.12") compileOnly("org.springframework.boot:spring-boot-starter-web") compileOnly("org.springframework.boot:spring-boot-starter-webflux") - testImplementation("ch.qos.logback:logback-access:1.4.11") + testImplementation("ch.qos.logback:logback-access:1.4.12") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-starter-web") testImplementation("org.springframework.boot:spring-boot-starter-webflux")