From ebff3f8a498673601e2945cfcca9692ac148fbb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:11:59 +0000 Subject: [PATCH 1/2] Bump com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.1.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/3.0.0...lib/3.1.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3b64aeb..5e52239 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ 25 false - 3.0.0 + 3.1.0 3.2.8 3.3.1 From cbfaefdf2a52f7c2985e7fc12edfa7044ef201e9 Mon Sep 17 00:00:00 2001 From: Chrimle <28791817+Chrimle@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:03:13 +0100 Subject: [PATCH 2/2] Format Files --- src/main/java/io/github/chrimle/compactjavacli/Command.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/io/github/chrimle/compactjavacli/Command.java b/src/main/java/io/github/chrimle/compactjavacli/Command.java index daed1c6..3fd62e3 100644 --- a/src/main/java/io/github/chrimle/compactjavacli/Command.java +++ b/src/main/java/io/github/chrimle/compactjavacli/Command.java @@ -8,6 +8,7 @@ /** * A method may be annotated with this annotation. + * * @since 0.1.0 * @author Chrimle */