From 4743d549441b435c7160c0e3571acd6bb85caab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 04:06:39 +0000 Subject: [PATCH] build(deps): bump logback-classic from 1.2.10 to 1.2.11 Bumps logback-classic from 1.2.10 to 1.2.11. --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 947cdcf..5bd2f93 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-security:2.6.2") implementation("org.springframework.boot:spring-boot-actuator-autoconfigure:2.6.2") - implementation("ch.qos.logback:logback-classic:1.2.10") + implementation("ch.qos.logback:logback-classic:1.2.11") implementation("javax.servlet:javax.servlet-api:4.0.1") implementation("javax.xml.bind:jaxb-api:2.3.1")