Skip to content

Commit

Permalink
chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine…
Browse files Browse the repository at this point in the history
… to v5.6.0 (#94)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
  • Loading branch information
2 people authored and Kristjan Kosic committed Jan 27, 2020
1 parent ae07365 commit 237bdfa
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 @@ -105,7 +105,7 @@ dependencies {
compile 'com.google.guava:guava:28.2-jre'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.5.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.0'
}

test {
Expand Down

0 comments on commit 237bdfa

Please sign in to comment.