You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/09/13 08:50:57 UTC

[flink-connector-elasticsearch] 11/13: [FLINK-26553][build] Upgrade spotless to 2.13.0

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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git

commit 352167b0afe780268d2725b1fbc0f53d8ee50c6b
Author: slinkydeveloper <fr...@gmail.com>
AuthorDate: Mon Sep 12 16:59:38 2022 +0200

    [FLINK-26553][build] Upgrade spotless to 2.13.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bf54438..644e796 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@ under the License.
 		<archunit.version>0.22.0</archunit.version>
 		<testcontainers.version>1.16.2</testcontainers.version>
 		<mockito.version>2.21.0</mockito.version>
-		<spotless.version>2.4.2</spotless.version>
+		<spotless.version>2.13.0</spotless.version>
 
 		<japicmp.skip>false</japicmp.skip>
 		<japicmp.referenceVersion>1.14.0</japicmp.referenceVersion>