Skip to content

Commit

Permalink
fix: slf4j-simple 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 14, 2024
1 parent f415056 commit e854976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies {
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.+'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.slf4j:slf4j-simple:2.0.6'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
}

0 comments on commit e854976

Please sign in to comment.