Skip to content

Commit

Permalink
Upgrade pitest and pitest plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Jan 24, 2020
1 parent a9088e1 commit c4f70ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Expand Up @@ -7,6 +7,6 @@ repositories {
dependencies {
implementation(
'commons-io:commons-io:2.5',
'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0',
'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6',
)
}
2 changes: 1 addition & 1 deletion webauthn-server-core/build.gradle
Expand Up @@ -61,7 +61,7 @@ jar {
}

pitest {
pitestVersion = '1.4.9'
pitestVersion = '1.4.11'

timestampedReports = false
outputFormats = ['XML', 'HTML']
Expand Down

0 comments on commit c4f70ae

Please sign in to comment.