chore: bump slf4j version

This commit is contained in:
moonleay 2023-12-13 16:43:52 +01:00
parent 6c83ea6b4c
commit 6cc91f0cfe
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -37,7 +37,7 @@ version = System.getenv("CI_COMMIT_TAG")?.let { "$it-${System.getenv("CI_COMMIT_
val kordver = "1.7.1-SNAPSHOT"
val lavaver = "6.0.0"
val coroutinesver = "1.1.0"
val coroutinesver = "1.7.3"
val mavenArtifact = "Botendo"
project.base.archivesName.set(mavenArtifact)
@ -93,8 +93,8 @@ dependencies {
shadow("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesver")
//Logging
shadow("org.slf4j:slf4j-api:2.0.3")
shadow("org.slf4j:slf4j-simple:2.0.3")
shadow("org.slf4j:slf4j-api:2.0.9")
shadow("org.slf4j:slf4j-simple:2.0.9")
}