Skip to content

Commit 7fbb3eb

Browse files
fix(deps): update dependency org.openjdk.jmh:jmh-generator-annprocess to v1.37
1 parent 358e518 commit 7fbb3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
testRuntimeOnly(libs.junit.jupiter.engine)
3737
testRuntimeOnly(libs.junit.platform.launcher)
3838

39-
jmhAnnotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:1.36")
39+
jmhAnnotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:1.37")
4040
jmhAnnotationProcessor(projects.micronautValidationProcessor)
4141
jmhAnnotationProcessor(mn.micronaut.inject.java)
4242
}

0 commit comments

Comments
 (0)