File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ pitestJUnit5PluginVersion=1.2.1
17
17
pitestPluginVersion =1.15.0
18
18
# Cannot name this "pitestVersion" -- the plugin has a property of the same
19
19
# name, so this property needs to have a distinct name to satisfy Gradle
20
- pitestToolVersion =1.16.1
20
+ pitestToolVersion =1.17.0
21
21
pmdVersion =7.3.0
22
22
spotbugsPluginVersion =6.0.15
Original file line number Diff line number Diff line change 109
109
<palantir-java-format.version>2.39.0</palantir-java-format.version>
110
110
-->
111
111
<pitest-junit5-plugin .version>1.2.1</pitest-junit5-plugin .version>
112
- <pitest-maven .version>1.16.3 </pitest-maven .version>
112
+ <pitest-maven .version>1.17.0 </pitest-maven .version>
113
113
<pitest .skip>false</pitest .skip>
114
114
<pmd .version>7.5.0</pmd .version>
115
115
<project .build.sourceEncoding>${java.charset} </project .build.sourceEncoding>
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public final class TheFoo {
27
27
/**
28
28
* Is there danger?
29
29
*
30
- * @return if the ship should go onto red alert
30
+ * @return if the ship should go to red alert
31
31
*/
32
32
public boolean isRedAlert () {
33
33
return checkRedAlert (label );
You can’t perform that action at this time.
0 commit comments