We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0d520 commit 1a81ab0Copy full SHA for 1a81ab0
basic/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
16
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
17
18
- testImplementation 'org.openjdk.jmh:jmh-core:1.36'
+ testImplementation 'org.openjdk.jmh:jmh-core:1.37'
19
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
20
def orm = project.findProperty("orm")
21
if ( "6.4" == orm ) {
0 commit comments