Skip to content

Commit

Permalink
Update slf4j in test-support to 2.0.0 (#5848)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview committed Sep 16, 2022
1 parent 9540652 commit 9e98add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-support/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation 'junit:junit:4.13.2'
implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'org.slf4j:slf4j-api:2.0.0'
testImplementation 'org.assertj:assertj-core:3.23.1'
}

0 comments on commit 9e98add

Please sign in to comment.