Skip to content

Commit e47d951

Browse files
Bump org.openjdk.jmh:jmh-core from 1.36 to 1.37
Bumps [org.openjdk.jmh:jmh-core](https://github.com/openjdk/jmh) from 1.36 to 1.37. - [Commits](openjdk/jmh@1.36...1.37) --- updated-dependencies: - dependency-name: org.openjdk.jmh:jmh-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68e036f commit e47d951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
dependencies {
1313
testRuntimeOnly 'com.h2database:h2:2.2.224'
1414

15-
testImplementation 'org.openjdk.jmh:jmh-core:1.36'
15+
testImplementation 'org.openjdk.jmh:jmh-core:1.37'
1616
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
1717
def orm = project.findProperty("orm")
1818
if ( "6.4" == orm ) {

0 commit comments

Comments
 (0)