Skip to content

Commit 877e223

Browse files
Bump com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.1.0 (#3)
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.0.0 to 3.1.0.
1 parent 9faf451 commit 877e223

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<maven.compiler.target>25</maven.compiler.target>
7171
<!-- === Spotless === -->
7272
<spotless.check.skip>false</spotless.check.skip>
73-
<spotless-maven-plugin.version>3.0.0</spotless-maven-plugin.version>
73+
<spotless-maven-plugin.version>3.1.0</spotless-maven-plugin.version>
7474
<!-- Publish to Maven Central Repository -->
7575
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
7676
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>

src/main/java/io/github/chrimle/compactjavacli/Command.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/**
1010
* A <em>method</em> may be annotated with <em>this</em> annotation.
11+
*
1112
* @since 0.1.0
1213
* @author Chrimle
1314
*/

0 commit comments

Comments
 (0)