Skip to content

Commit e84bc2b

Browse files
fix(deps): update dependency org.openjdk.jmh:jmh-generator-annprocess to v1.37
1 parent db7989d commit e84bc2b

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
@@ -35,7 +35,7 @@ dependencies {
3535
testImplementation(mnTest.micronaut.test.junit5)
3636
testRuntimeOnly(libs.junit.jupiter.engine)
3737

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

0 commit comments

Comments
 (0)