Skip to content

Commit 80a2256

Browse files
fix(deps): update dependency org.codenarc:codenarc to v3.7.0
1 parent e6c9652 commit 80a2256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -159,7 +159,7 @@ dependencies {
159159
compileOnly("com.google.code.findbugs:jsr305")
160160
compileOnly("com.google.errorprone:error_prone_annotations")
161161

162-
codenarc("org.codenarc:CodeNarc:3.6.0")
162+
codenarc("org.codenarc:CodeNarc:3.7.0")
163163
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.25"))
164164

165165
modules {

0 commit comments

Comments
 (0)