mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-07-01 04:47:24 +00:00
build(dependencies): 更新依赖项版本.
更新版本有利于维持项目安全性.
This commit is contained in:
@ -8,10 +8,10 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
api("org.telegram:telegrambots-abilities:6.1.0")
|
||||
api("org.slf4j:slf4j-api:1.7.36")
|
||||
api("org.slf4j:slf4j-api:2.0.0")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
|
||||
testImplementation("org.mockito:mockito-core:4.6.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
|
||||
testImplementation("org.mockito:mockito-core:4.7.0")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user