Skip to content

Commit 1a81ab0

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 7b0d520 commit 1a81ab0

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
@@ -15,7 +15,7 @@ dependencies {
1515
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
1616
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
1717

18-
testImplementation 'org.openjdk.jmh:jmh-core:1.36'
18+
testImplementation 'org.openjdk.jmh:jmh-core:1.37'
1919
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
2020
def orm = project.findProperty("orm")
2121
if ( "6.4" == orm ) {

0 commit comments

Comments
 (0)