We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358e518 commit 7fbb3ebCopy full SHA for 7fbb3eb
validation/build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
testRuntimeOnly(libs.junit.jupiter.engine)
37
testRuntimeOnly(libs.junit.platform.launcher)
38
39
- jmhAnnotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:1.36")
+ jmhAnnotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:1.37")
40
jmhAnnotationProcessor(projects.micronautValidationProcessor)
41
jmhAnnotationProcessor(mn.micronaut.inject.java)
42
}
0 commit comments