Skip to content

Commit de07370

Browse files
Merge pull request #902 from square/dependabot/gradle/kotlin/org.openjdk.jmh-jmh-core-1.23
Bump jmh-core from 1.22 to 1.23 in /kotlin
2 parents 1d9af61 + efd1e0c commit de07370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ buildscript {
9494
'dokka': "org.jetbrains.dokka:dokka-gradle-plugin:0.10.0",
9595
'jmh': [
9696
'gradlePlugin': "me.champeau.gradle:jmh-gradle-plugin:0.5.0",
97-
'core': "org.openjdk.jmh:jmh-core:1.22",
97+
'core': "org.openjdk.jmh:jmh-core:1.23",
9898
'generator': "org.openjdk.jmh:jmh-generator-annprocess:1.22",
9999
],
100100
// Source of "API 'variant.getJavaCompile()' is obsolete" warning, fixed in upcoming 0.9.0.

0 commit comments

Comments
 (0)