build(dependencies): 更新依赖项版本.

更新版本有利于维持项目安全性.
This commit is contained in:
2022-09-19 01:14:31 +08:00
parent 4c30a1ac68
commit 437cee499a
4 changed files with 14 additions and 14 deletions

View File

@ -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")
}