From 09a74bf165427f892c9f06a9d4975f2ac6028aba Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Tue, 9 Nov 2021 13:41:50 +0100 Subject: [PATCH] Upgrade checkstyle to 0.0.29 Closes gh-1946 --- .../io/spring/gradle/convention/CheckstylePlugin.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy b/buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy index 53a32a83..0c9fdec0 100644 --- a/buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy +++ b/buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2016-2019 the original author or authors. + * Copyright 2016-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of @@ -35,7 +35,7 @@ class CheckstylePlugin implements Plugin { def checkstyleDir = project.rootProject.file(CHECKSTYLE_DIR) if (checkstyleDir.exists() && checkstyleDir.directory) { project.getPluginManager().apply('checkstyle') - project.dependencies.add('checkstyle', 'io.spring.javaformat:spring-javaformat-checkstyle:0.0.15') + project.dependencies.add('checkstyle', 'io.spring.javaformat:spring-javaformat-checkstyle:0.0.29') project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE') project.checkstyle {