Skip to content

Commit

Permalink
Update dependency org.pitest:pitest-junit5-plugin to v1.2.1 (#4811)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 55e63da commit 70cbd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ dependencies {

testImplementation group: 'org.pitest', name: 'pitest', version: '1.15.2'
testImplementation group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.15.0'
testImplementation group: 'org.pitest', name: 'pitest-junit5-plugin', version: '1.2.0'
testImplementation group: 'org.pitest', name: 'pitest-junit5-plugin', version: '1.2.1'

testImplementation group: 'org.apache.pdfbox', name: 'pdfbox', version: versions.pdfbox
integrationTestImplementation group: 'org.apache.pdfbox', name: 'pdfbox', version: versions.pdfbox
Expand Down

0 comments on commit 70cbd15

Please sign in to comment.