Skip to content

Commit 080babb

Browse files
Bump org.openjdk.jmh:jmh-generator-annprocess from 1.36 to 1.37
Bumps [org.openjdk.jmh:jmh-generator-annprocess](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-generator-annprocess dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b0d520 commit 080babb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
1717

1818
testImplementation 'org.openjdk.jmh:jmh-core:1.36'
19-
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
19+
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
2020
def orm = project.findProperty("orm")
2121
if ( "6.4" == orm ) {
2222
testImplementation 'org.hibernate.orm:hibernate-core:6.4.8.Final'

0 commit comments

Comments
 (0)