Skip to content

Commit

Permalink
build(deps): upgrade junit to 5.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s4heid committed Dec 22, 2021
1 parent b78c344 commit ac8d9c3
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 @@ -91,7 +91,7 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-core', version: mockito_version
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: mockito_version

def jupiter_version = '5.8.0'
def jupiter_version = '5.8.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: jupiter_version
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jupiter_version
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: jupiter_version
Expand Down

0 comments on commit ac8d9c3

Please sign in to comment.