Skip to content

Commit 8cae9ea

Browse files
Update dependency checkstyle to v12.1.2
1 parent d4d3a7b commit 8cae9ea

File tree

13 files changed

+25
-17
lines changed

13 files changed

+25
-17
lines changed

languages/jvm/java.com/services/helidon.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test {
4646
* -------------------------
4747
*/
4848
checkstyle {
49-
toolVersion = '12.1.1' // Latest stable version
49+
toolVersion = '12.1.2' // Latest stable version
5050
config = resources.text.fromFile('config/checkstyle/checkstyle.xml')
5151
ignoreFailures = false // Fail build if violations are found
5252
}

languages/jvm/java.com/services/javalin.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test {
5555
* -------------------------
5656
*/
5757
checkstyle {
58-
toolVersion = '12.1.1' // Latest stable version
58+
toolVersion = '12.1.2' // Latest stable version
5959
config = resources.text.fromFile('config/checkstyle/checkstyle.xml')
6060
ignoreFailures = false // Fail build if violations are found
6161
}

languages/jvm/java.com/services/micronaut.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test {
6262
* -------------------------
6363
*/
6464
checkstyle {
65-
toolVersion = '12.1.1' // Latest stable version
65+
toolVersion = '12.1.2' // Latest stable version
6666
config = resources.text.fromFile('config/checkstyle/checkstyle.xml')
6767
ignoreFailures = false // Fail build if violations are found
6868
}

languages/jvm/java.com/services/quarkus.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tasks.named('test') {
6969
* -------------------------
7070
*/
7171
checkstyle {
72-
toolVersion = '12.1.1' // Latest stable version
72+
toolVersion = '12.1.2' // Latest stable version
7373
config = resources.text.fromFile('config/checkstyle/checkstyle.xml')
7474
ignoreFailures = false // Fail build if violations are found
7575
}

languages/jvm/java.com/services/spring.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tasks.named('test') {
5757
* -------------------------
5858
*/
5959
checkstyle {
60-
toolVersion = '12.1.1' // Latest stable version
60+
toolVersion = '12.1.2' // Latest stable version
6161
config = resources.text.fromFile('config/checkstyle/checkstyle.xml')
6262
ignoreFailures = false // Fail build if violations are found
6363
}

languages/jvm/kotlinlang.org/gradle/wrapper/ktor.io/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks.test {
4444
* -------------------------
4545
*/
4646
checkstyle {
47-
toolVersion = "12.1.1" // Latest stable version
47+
toolVersion = "12.1.2" // Latest stable version
4848
config = resources.text.fromFile("config/checkstyle/checkstyle.xml")
4949
}
5050

languages/jvm/kotlinlang.org/gradle/wrapper/ktor.io/gradle.lockfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ com.google.guava:failureaccess:1.0.3=checkstyle
1111
com.google.guava:guava:33.5.0-jre=checkstyle
1212
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle
1313
com.google.j2objc:j2objc-annotations:3.1=checkstyle
14-
com.puppycrawl.tools:checkstyle:12.1.1=checkstyle
14+
com.puppycrawl.tools:checkstyle:12.1.2=checkstyle
1515
com.typesafe:config:1.4.5=compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
1616
commons-beanutils:commons-beanutils:1.11.0=checkstyle
1717
commons-codec:commons-codec:1.11=checkstyle
@@ -88,7 +88,8 @@ org.bouncycastle:bcpkix-jdk18on:1.80=kotlinBouncyCastleConfiguration
8888
org.bouncycastle:bcprov-jdk18on:1.80=kotlinBouncyCastleConfiguration
8989
org.bouncycastle:bcutil-jdk18on:1.80=kotlinBouncyCastleConfiguration
9090
org.checkerframework:checker-qual:3.43.0=swiftExportClasspathResolvable
91-
org.checkerframework:checker-qual:3.51.1=checkstyle,pmd
91+
org.checkerframework:checker-qual:3.51.1=pmd
92+
org.checkerframework:checker-qual:3.52.0=checkstyle
9293
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
9394
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
9495
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
@@ -149,5 +150,6 @@ org.pcollections:pcollections:4.0.2=pmd
149150
org.reflections:reflections:0.10.2=checkstyle
150151
org.slf4j:jul-to-slf4j:1.7.36=pmd
151152
org.slf4j:slf4j-api:2.0.17=compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
153+
org.slf4j:slf4j-simple:1.7.32=checkstyle
152154
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd
153155
empty=annotationProcessor,compileOnlyDependenciesMetadata,intransitiveDependenciesMetadata,kotlinCompilerPluginClasspath,kotlinNativeCompilerPluginClasspath,kotlinScriptDefExtensions,testAnnotationProcessor,testApiDependenciesMetadata,testCompileOnlyDependenciesMetadata,testIntransitiveDependenciesMetadata,testKotlinScriptDefExtensions

languages/jvm/kotlinlang.org/gradle/wrapper/spring.io/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tasks.test {
4949
* -------------------------
5050
*/
5151
checkstyle {
52-
toolVersion = "12.1.1" // Latest stable version
52+
toolVersion = "12.1.2" // Latest stable version
5353
config = resources.text.fromFile("config/checkstyle/checkstyle.xml")
5454
}
5555

languages/jvm/kotlinlang.org/gradle/wrapper/spring.io/gradle.lockfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ com.google.guava:guava:33.5.0-jre=checkstyle
2121
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle
2222
com.google.j2objc:j2objc-annotations:3.1=checkstyle
2323
com.jayway.jsonpath:json-path:2.9.0=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
24-
com.puppycrawl.tools:checkstyle:12.1.1=checkstyle
24+
com.puppycrawl.tools:checkstyle:12.1.2=checkstyle
2525
com.vaadin.external.google:android-json:0.0.20131108.vaadin1=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
2626
commons-beanutils:commons-beanutils:1.11.0=checkstyle
2727
commons-collections:commons-collections:3.2.2=checkstyle
@@ -84,7 +84,8 @@ org.bouncycastle:bcpkix-jdk18on:1.80=kotlinBouncyCastleConfiguration
8484
org.bouncycastle:bcprov-jdk18on:1.80=kotlinBouncyCastleConfiguration
8585
org.bouncycastle:bcutil-jdk18on:1.80=kotlinBouncyCastleConfiguration
8686
org.checkerframework:checker-qual:3.43.0=swiftExportClasspathResolvable
87-
org.checkerframework:checker-qual:3.51.1=checkstyle,pmd
87+
org.checkerframework:checker-qual:3.51.1=pmd
88+
org.checkerframework:checker-qual:3.52.0=checkstyle
8889
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
8990
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
9091
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
@@ -139,6 +140,7 @@ org.reflections:reflections:0.10.2=checkstyle
139140
org.skyscreamer:jsonassert:1.5.3=testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
140141
org.slf4j:jul-to-slf4j:2.0.17=compileClasspath,implementationDependenciesMetadata,pmd,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
141142
org.slf4j:slf4j-api:2.0.17=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
143+
org.slf4j:slf4j-simple:2.0.17=checkstyle
142144
org.springframework.boot:spring-boot-autoconfigure:3.5.7=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
143145
org.springframework.boot:spring-boot-starter-json:3.5.7=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
144146
org.springframework.boot:spring-boot-starter-logging:3.5.7=compileClasspath,implementationDependenciesMetadata,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath

languages/jvm/kotlinlang.org/services/ktor.io/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks.test {
4444
* -------------------------
4545
*/
4646
checkstyle {
47-
toolVersion = "12.1.1" // Latest stable version
47+
toolVersion = "12.1.2" // Latest stable version
4848
config = resources.text.fromFile("config/checkstyle/checkstyle.xml")
4949
}
5050

0 commit comments

Comments
 (0)