Skip to content

Commit 24ebd5f

Browse files
committed
Bump versions
1 parent 189345c commit 24ebd5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ pitestJUnit5PluginVersion=1.2.1
1717
pitestPluginVersion=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
2121
pmdVersion=7.3.0
2222
spotbugsPluginVersion=6.0.15

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
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>

src/main/java/demo/TheFoo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)