Skip to content

Commit

Permalink
Update dependency org.pitest:pitest-junit5-plugin to v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent 8756a99 commit 14daa7b
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 @@ -373,7 +373,7 @@ dependencies {
}
testImplementation group: 'org.pitest', name: 'pitest', version: versions.pitest
testImplementation 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.15.0'
testImplementation group: 'org.pitest', name: 'pitest-junit5-plugin', version: '0.15'
testImplementation group: 'org.pitest', name: 'pitest-junit5-plugin', version: '0.16'

integrationTestImplementation sourceSets.main.runtimeClasspath
integrationTestImplementation sourceSets.test.runtimeClasspath
Expand Down

0 comments on commit 14daa7b

Please sign in to comment.