Skip to content

Commit

Permalink
Merge pull request #17 from dtruebin/dependabot/gradle/org.junit.jupi…
Browse files Browse the repository at this point in the history
…ter-junit-jupiter-5.10.1

Bump org.junit.jupiter:junit-jupiter from 5.9.2 to 5.10.1
  • Loading branch information
dtruebin authored Nov 6, 2023
2 parents 3ea2d88 + 987a75f commit 1cf4496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tasks.named('wrapper', Wrapper) {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

Expand All @@ -38,7 +38,7 @@ tasks.named('check') {
}

pitest {
junit5PluginVersion = '1.1.2'
junit5PluginVersion = '1.2.0'
timestampedReports = true
withHistory = System.getProperty('withHistory', 'false').toBoolean()
}

0 comments on commit 1cf4496

Please sign in to comment.