We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e036f commit e47d951Copy full SHA for e47d951
basic/build.gradle
@@ -12,7 +12,7 @@ plugins {
12
dependencies {
13
testRuntimeOnly 'com.h2database:h2:2.2.224'
14
15
- testImplementation 'org.openjdk.jmh:jmh-core:1.36'
+ testImplementation 'org.openjdk.jmh:jmh-core:1.37'
16
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
17
def orm = project.findProperty("orm")
18
if ( "6.4" == orm ) {
0 commit comments