Skip to content

Commit 1feee27

Browse files
author
Bruce Eckel
committed
Bump JMH version to most current
1 parent a17f939 commit 1feee27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ subprojects {
150150
}
151151

152152
jmh {
153-
jmhVersion = '1.12'
153+
jmhVersion = '1.13'
154154
}
155155

156156
List createdTasks = []
@@ -230,7 +230,7 @@ subprojects {
230230
configure(subprojects - project(':onjava')) {
231231
dependencies {
232232
compile project(':onjava')
233-
compile 'org.openjdk.jmh:jmh-core:1.12'
233+
compile 'org.openjdk.jmh:jmh-core:1.13'
234234
}
235235
}
236236

0 commit comments

Comments
 (0)