Skip to content

Commit

Permalink
chore(deps): bump junit-jupiter from 5.7.1 to 5.7.2
Browse files Browse the repository at this point in the history
fixes #367
fixes #368
fixes #370
  • Loading branch information
kashike committed May 17, 2021
1 parent 8d8a765 commit 9596f1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ subprojects {
testImplementation("com.google.guava:guava-testlib:30.1.1-jre")
testImplementation("com.google.truth:truth:1.1.2")
testImplementation("com.google.truth.extensions:truth-java8-extension:1.1.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.7.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.7.1")
testImplementation(platform("org.junit:junit-bom:5.7.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-engine")
testImplementation("org.junit.jupiter:junit-jupiter-params")
}

javadoc {
Expand Down

0 comments on commit 9596f1e

Please sign in to comment.