From 342d3ca7d19fe6585f0e1c669e67005aff6b3157 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Jul 2022 20:04:33 +0000 Subject: [PATCH 1/2] deps: update dependency com.puppycrawl.tools:checkstyle to v10 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ad9408e..d5c3bf74 100644 --- a/pom.xml +++ b/pom.xml @@ -643,7 +643,7 @@ com.puppycrawl.tools checkstyle - 9.3 + 10.3.1 From bbedc1f65fade3f0677b3523962ab9d2cc33fb4d Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Mon, 18 Jul 2022 16:22:03 -0400 Subject: [PATCH 2/2] Skip checkstyle on Java 8 builds --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d5c3bf74..71f20a9a 100644 --- a/pom.xml +++ b/pom.xml @@ -628,10 +628,10 @@ - + checkstyle-tests - [1.8,) + [1.11,)