You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/01/10 13:51:37 UTC

[avro] branch branch-1.11 updated: AVRO-3293: Update spotless-maven-plugin to 2.19.1 (latest available) (#1452)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 0903f73  AVRO-3293: Update spotless-maven-plugin to 2.19.1 (latest available) (#1452)
0903f73 is described below

commit 0903f739a12ad92c9fedf0540a69f0ef85ecab6b
Author: Martin Grigorov <ma...@users.noreply.github.com>
AuthorDate: Mon Jan 10 15:50:33 2022 +0200

    AVRO-3293: Update spotless-maven-plugin to 2.19.1 (latest available) (#1452)
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
    (cherry picked from commit 1246cc1dd31040cb6f65c503d739d065efcfec65)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8abf495..0985b1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <maven-plugin-plugin.version>3.6.1</maven-plugin-plugin.version>
     <plugin-tools-javadoc.version>3.5</plugin-tools-javadoc.version>
     <extra-enforcer-rules.version>1.3</extra-enforcer-rules.version>
-    <spotless-maven-plugin.version>2.11.1</spotless-maven-plugin.version>
+    <spotless-maven-plugin.version>2.19.1</spotless-maven-plugin.version>
     <surefire.version>3.0.0-M5</surefire.version>
   </properties>