Skip to content

Commit

Permalink
#309 Bump Slf4j
Browse files Browse the repository at this point in the history
Use Slf4j "nop" impl. to avoid warnings during tests.
It is overridden by Gradle logging anyways.
  • Loading branch information
ascheman committed Jan 24, 2024
1 parent 534288b commit d269b48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ groovy-version = "3.0.17"
# Use Groovy which corresponds to Gradle version (of hsc build)
groovy-bom = { module = "org.codehaus.groovy:groovy-bom", version.ref = "groovy-version" }
jsoup = "org.jsoup:jsoup:1.17.2"
slf4j-api = "org.slf4j:slf4j-simple:2.0.7"
slf4j-simple = "org.slf4j:slf4j-simple:2.0.7"
slf4j-api = "org.slf4j:slf4j-api:2.0.11"
slf4j-nop = "org.slf4j:slf4j-nop:2.0.11"
spock = "org.spockframework:spock-bom:2.3-groovy-3.0"

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion htmlSanityCheck-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation libs.slf4j.api

testImplementation libs.slf4j.nop
// jsoup is our awesome html parser, see jsoup.org
implementation libs.jsoup
implementation 'org.codehaus.groovy:groovy-xml'
Expand Down

0 comments on commit d269b48

Please sign in to comment.