Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit a41518c

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.11
Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.11. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74822af commit a41518c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969

7070
implementation("com.squareup.moshi:moshi:1.15.0")
7171

72-
implementation("org.slf4j:slf4j-api:2.0.9")
72+
implementation("org.slf4j:slf4j-api:2.0.11")
7373
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")
7474

7575
implementation("com.squareup.okio:okio:3.7.0")

integrationtest/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
implementation(project(":engine"))
5959
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
6060

61-
testImplementation("org.slf4j:slf4j-api:2.0.9")
61+
testImplementation("org.slf4j:slf4j-api:2.0.11")
6262
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")
6363

6464
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")

0 commit comments

Comments
 (0)