Skip to content

Commit

Permalink
chore(deps): Bump junit-jupiter from 5.7.0 to 5.7.1 (#188)
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.0...r5.7.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2021
1 parent 52b2db6 commit 7723a31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion issuechecker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dependencies {
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.2"
testImplementation "com.squareup.okhttp3:mockwebserver:4.9.1"
testImplementation "org.assertj:assertj-core:3.19.0"
testImplementation "org.junit.jupiter:junit-jupiter:5.7.0"
testImplementation "org.junit.jupiter:junit-jupiter:5.7.1"
}
2 changes: 1 addition & 1 deletion issuechecker/cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ dependencies {
implementation "com.github.ajalt.clikt:clikt:3.1.0"

testImplementation "org.assertj:assertj-core:3.19.0"
testImplementation "org.junit.jupiter:junit-jupiter:5.7.0"
testImplementation "org.junit.jupiter:junit-jupiter:5.7.1"
}
2 changes: 1 addition & 1 deletion plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation project(":issuechecker")

testImplementation "org.assertj:assertj-core:3.19.0"
testImplementation "org.junit.jupiter:junit-jupiter:5.7.0"
testImplementation "org.junit.jupiter:junit-jupiter:5.7.1"
}

jacoco {
Expand Down

0 comments on commit 7723a31

Please sign in to comment.