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:50:37 UTC

[avro] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/avro.git


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

commit 1246cc1dd31040cb6f65c503d739d065efcfec65
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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0889ce8..050e829 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>