Skip to content

Commit 5720a23

Browse files
renovate[bot]trask
andauthored
fix(deps): update dependency checkstyle to v12 (#14937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent e4027f3 commit 5720a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conventions/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ codenarc {
438438
checkstyle {
439439
configFile = rootProject.file("buildscripts/checkstyle.xml")
440440
// this version should match the version of google_checks.xml used as basis for above configuration
441-
toolVersion = "11.1.0"
441+
toolVersion = "12.0.0"
442442
maxWarnings = 0
443443
}
444444

instrumentation/jmx-metrics/library/src/main/java/io/opentelemetry/instrumentation/jmx/yaml/StateMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private StateMapping(
3636
}
3737

3838
/**
39-
* Returns {@literal} true when empty, {@literal false} otherwise
39+
* Returns {@literal true} when empty, {@literal false} otherwise
4040
*
4141
* @return {@literal true} when state mapping is empty, {@literal false} otherwise
4242
*/

0 commit comments

Comments
 (0)