Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter to v5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-demo[bot] committed Feb 23, 2023
1 parent 52f1313 commit 21d299b
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 @@ -66,7 +66,7 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.5.13'

// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.7.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.9.2'

// https://mvnrepository.com/artifact/org.assertj/assertj-core
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.17.2'
Expand Down

0 comments on commit 21d299b

Please sign in to comment.