Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 3, 2023
1 parent 1e70384 commit 0bea88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/remi-module.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.testcontainers:testcontainers:1.19.0")
testImplementation("org.testcontainers:junit-jupiter:1.19.0")
testImplementation("org.slf4j:slf4j-simple:2.0.7")
testImplementation("org.slf4j:slf4j-simple:2.0.9")

if (path.startsWith(":support")) {
implementation(project(":core"))
Expand Down

0 comments on commit 0bea88d

Please sign in to comment.