We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06342af commit 25c682fCopy full SHA for 25c682f
1 file changed
core/build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
implementation(group = "org.apache.logging.log4j", name = "log4j-api", version = "2.25.4")
24
implementation(group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.25.4")
25
implementation(group = "org.ow2.asm", name = "asm", version = "9.9.1")
26
- implementation(group = "org.slf4j", name = "slf4j-api", version = "2.0.17")
+ implementation(group = "org.slf4j", name = "slf4j-api", version = "2.0.18")
27
implementation(group = "redis.clients", name = "jedis", version = "7.4.1")
28
29
testImplementation(platform("org.junit:junit-bom:6.0.3"))
0 commit comments