From 6ea36a1129a76511ea222e14161c2b0dbd548692 Mon Sep 17 00:00:00 2001 From: LamGC Date: Mon, 21 Feb 2022 15:38:20 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20Slf4j-api=20?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新版本以修复潜在的问题. --- scalabot-app/build.gradle.kts | 2 +- scalabot-extension/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index e172ee2..e841fd1 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -9,7 +9,7 @@ plugins { dependencies { implementation(project(":scalabot-extension")) - implementation("org.slf4j:slf4j-api:1.7.35") + implementation("org.slf4j:slf4j-api:1.7.36") implementation("io.github.microutils:kotlin-logging:2.1.21") implementation("ch.qos.logback:logback-classic:1.2.10") diff --git a/scalabot-extension/build.gradle.kts b/scalabot-extension/build.gradle.kts index 43a7e0d..7dade8b 100644 --- a/scalabot-extension/build.gradle.kts +++ b/scalabot-extension/build.gradle.kts @@ -8,7 +8,7 @@ plugins { dependencies { api("org.telegram:telegrambots-abilities:5.6.0") - api("org.slf4j:slf4j-api:1.7.33") + api("org.slf4j:slf4j-api:1.7.36") // There is nothing to test. // testImplementation(kotlin("test"))