You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/06/15 23:30:58 UTC

[ws-axiom] branch master updated: Bump fmt-maven-plugin from 2.18 to 2.19

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 f3e5883f1 Bump fmt-maven-plugin from 2.18 to 2.19
f3e5883f1 is described below

commit f3e5883f1203835f1704d3720b90b013b6b1204b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 14 21:04:19 2022 +0000

    Bump fmt-maven-plugin from 2.18 to 2.19
    
    Bumps [fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin) from 2.18 to 2.19.
    - [Release notes](https://github.com/spotify/fmt-maven-plugin/releases)
    - [Commits](https://github.com/spotify/fmt-maven-plugin/compare/2.18.0...2.19.0)
    
    ---
    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] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8845cfb9d..9bcbf9226 100644
--- a/pom.xml
+++ b/pom.xml
@@ -854,7 +854,7 @@
                 <plugin>
                     <groupId>com.spotify.fmt</groupId>
                     <artifactId>fmt-maven-plugin</artifactId>
-                    <version>2.18</version>
+                    <version>2.19</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