Skip to content

Commit

Permalink
Upgrade to SLF4J 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 7, 2023
1 parent 204c455 commit 98d0f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
api('org.slf4j:slf4j-api') {
version {
require '[1.7.28,)'
prefer '2.0.7'
prefer '2.0.9'
}
}
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '4.2.1'
Expand Down

0 comments on commit 98d0f28

Please sign in to comment.