Skip to content

Commit f5d96ab

Browse files
committed
Update slf4j-simple to 2.x in test scope
This eliminates the SLF4J warnings relating to: > Class path contains SLF4J bindings targeting > slf4j-api versions 1.7.x or earlier See https://www.slf4j.org/codes.html#ignoredBindings for details. (The hardcoded version will only be necessary until pom-scijava upgrades from 1.7.36 to 2.x.)
1 parent 80922fc commit f5d96ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,11 @@ dependencies {
115115
implementation("org.janelia.saalfeldlab:n5")
116116
implementation("org.janelia.saalfeldlab:n5-hdf5")
117117
implementation("sc.fiji:spim_data")
118-
implementation("org.slf4j:slf4j-simple")
119118

120119
implementation(platform(kotlin("bom")))
121120
implementation(kotlin("stdlib-jdk8"))
122121
testImplementation(kotlin("test-junit"))
123-
testImplementation("org.slf4j:slf4j-simple")
122+
testImplementation("org.slf4j:slf4j-simple:2.0.16")
124123

125124
implementation("sc.fiji:bigdataviewer-core")
126125
implementation("sc.fiji:bigdataviewer-vistools")

0 commit comments

Comments
 (0)