mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-30 06:37:29 +00:00
build(deps): bump org.slf4j:slf4j-api from 2.0.3 to 2.0.6
Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.6) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8b76a9aa9b
commit
b57e529d0d
@ -10,7 +10,7 @@ plugins {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation("commons-codec:commons-codec:1.15")
|
implementation("commons-codec:commons-codec:1.15")
|
||||||
api("org.telegram:telegrambots-abilities:6.5.0")
|
api("org.telegram:telegrambots-abilities:6.5.0")
|
||||||
api("org.slf4j:slf4j-api:2.0.3")
|
api("org.slf4j:slf4j-api:2.0.6")
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
|
||||||
testImplementation("org.mockito:mockito-core:5.1.1")
|
testImplementation("org.mockito:mockito-core:5.1.1")
|
||||||
|
Loading…
Reference in New Issue
Block a user