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
1717pitestPluginVersion =1.15.0
1818# Cannot name this "pitestVersion" -- the plugin has a property of the same
1919# name, so this property needs to have a distinct name to satisfy Gradle
20- pitestToolVersion =1.16.1
20+ pitestToolVersion =1.17.0
2121pmdVersion =7.3.0
2222spotbugsPluginVersion =6.0.15
Original file line number Diff line number Diff line change 109109 <palantir-java-format.version>2.39.0</palantir-java-format.version>
110110 -->
111111 <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>
113113 <pitest .skip>false</pitest .skip>
114114 <pmd .version>7.5.0</pmd .version>
115115 <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 {
2727 /**
2828 * Is there danger?
2929 *
30- * @return if the ship should go onto red alert
30+ * @return if the ship should go to red alert
3131 */
3232 public boolean isRedAlert () {
3333 return checkRedAlert (label );
You can’t perform that action at this time.
0 commit comments