This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new 66a54199c Bump com.spotify.fmt:fmt-maven-plugin from 2.22.1 to 2.23 66a54199c is described below commit 66a54199c1306b485df4df22eae6a0304e6ead8c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Mar 11 03:34:44 2024 +0000 Bump com.spotify.fmt:fmt-maven-plugin from 2.22.1 to 2.23 Bumps [com.spotify.fmt:fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin) from 2.22.1 to 2.23. - [Release notes](https://github.com/spotify/fmt-maven-plugin/releases) - [Commits](https://github.com/spotify/fmt-maven-plugin/compare/2.22.1...2.23) --- updated-dependencies: - dependency-name: com.spotify.fmt:fmt-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8103e423d..2134a651b 100644 --- a/pom.xml +++ b/pom.xml @@ -834,7 +834,7 @@ <plugin> <groupId>com.spotify.fmt</groupId> <artifactId>fmt-maven-plugin</artifactId> - <version>2.22.1</version> + <version>2.23</version> <configuration> <!-- AOSP changes the indentation (from 2 to 4) and the import order. Since we don't want Android conventions for import ordering, we skip sorting