From 8a8e9a0fbd12595fc5617af788f52a601801e91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 04:05:44 +0000 Subject: [PATCH] build(deps): bump logback-classic from 1.2.10 to 1.4.4 Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.2.10 to 1.4.4. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.2.10...v_1.4.4) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-minor ... 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..f658e05 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.4.4") implementation("javax.servlet:javax.servlet-api:4.0.1") implementation("javax.xml.bind:jaxb-api:2.3.1")