This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push: new 5e618ff Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.2 to 2.44.3 5e618ff is described below commit 5e618ffd81619cb03fa59224453b858687ba853d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Feb 21 14:04:19 2025 +0100 Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.2 to 2.44.3 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.2 to 2.44.3. - [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/maven/2.44.2...maven/2.44.3) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c396877..c33c1fa 100644 --- a/pom.xml +++ b/pom.xml @@ -1198,7 +1198,7 @@ under the License. <plugin> <groupId>com.diffplug.spotless</groupId> <artifactId>spotless-maven-plugin</artifactId> - <version>2.44.2</version> + <version>2.44.3</version> <configuration> <java> <!-- orders of used formatters are important MPOM-376 -->