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 7b0d520 commit 080babbCopy full SHA for 080babb
basic/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
17
18
testImplementation 'org.openjdk.jmh:jmh-core:1.36'
19
- testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
+ testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
20
def orm = project.findProperty("orm")
21
if ( "6.4" == orm ) {
22
testImplementation 'org.hibernate.orm:hibernate-core:6.4.8.Final'
0 commit comments