From f233a25323aa629673e5e60c0ad665e0bafbcb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 21:28:20 +0800 Subject: [PATCH] build(deps): bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 (#43) Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scalabot-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index 15d0662..86b98b9 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { implementation(project(":scalabot-meta")) implementation(project(":scalabot-extension")) - implementation("org.slf4j:slf4j-api:2.0.6") + implementation("org.slf4j:slf4j-api:2.0.7") implementation("io.github.microutils:kotlin-logging:3.0.5") implementation("ch.qos.logback:logback-classic:1.4.5")