Skip to content

Commit

Permalink
Update Pitest 1.7.0 → 1.7.4 (#2248)
Browse files Browse the repository at this point in the history
Motivation:
Updated Pitest plugin for JUnit5 fixes issue with ignored errors. Other
components also out-of-date.
Modifications:
Update Pitest gradle plugin, Pitest library and Pitest JUnit5 plugin.
Result:
Improved Pitest suppport
  • Loading branch information
bondolo authored Jun 15, 2022
1 parent 80c4746 commit f34e21a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ testngVersion=7.4.0
hamcrestVersion=2.2
mockitoCoreVersion=4.3.1
spotbugsPluginVersion=5.0.6
pitestPluginVersion=1.7.0
pitestPluginVersion=1.7.4

apacheDirectoryServerVersion=1.5.7
commonsLangVersion=2.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class Versions {
static final String CHECKSTYLE_VERSION = "9.2"
static final String PMD_VERSION = "6.41.0"
static final String SPOTBUGS_VERSION = "4.7.0"
static final String PITEST_VERSION = "1.7.3"
static final String PITEST_JUNIT5_PLUGIN_VERSION = "0.15"
static final String PITEST_VERSION = "1.7.4"
static final String PITEST_JUNIT5_PLUGIN_VERSION = "0.16"
static final JavaVersion TARGET_VERSION = VERSION_1_8
}

0 comments on commit f34e21a

Please sign in to comment.