There was an error while loading. Please reload this page.
1 parent 0d13aea commit 2f5e8abCopy full SHA for 2f5e8ab
build.gradle
@@ -54,7 +54,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
54
languageVersion = JavaLanguageVersion.of(buildJavaVersion)
55
}
56
57
-def checkstyleVersion = '9.3'
+def checkstyleVersion = '10.18.0'
58
def hamcrestVersion = '3.0'
59
def mockitoVersion = '5.12.0'
60
def junitVersion = '5.11.0'
@@ -163,6 +163,11 @@ allprojects {
163
configurations.configureEach {
164
resolutionStrategy {
165
failOnVersionConflict()
166
+ // patching conflicting Checkstyle dependencies
167
+ force "org.codehaus.plexus:plexus-utils:3.3.0",
168
+ "org.apache.commons:commons-lang3:3.8.1",
169
+ "org.apache.httpcomponents:httpcore:4.4.14",
170
+ "commons-codec:commons-codec:1.15"
171
172
173
0 commit comments