Update JMH to 1.17.3
This commit is contained in:
parent
e38f06cdc6
commit
b2aaeb56f3
|
@ -44,9 +44,8 @@ task test(type: Test, overwrite: true)
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("org.elasticsearch:elasticsearch:${version}") {
|
compile("org.elasticsearch:elasticsearch:${version}") {
|
||||||
// JMH ships with the conflicting version 4.6 (JMH will not update this dependency as it is Java 6 compatible and joptsimple is one
|
// JMH ships with the conflicting version 4.6. This prevents us from using jopt-simple in benchmarks (which should be ok) but allows
|
||||||
// of the most recent compatible version). This prevents us from using jopt-simple in benchmarks (which should be ok) but allows us
|
// us to invoke the JMH uberjar as usual.
|
||||||
// to invoke the JMH uberjar as usual.
|
|
||||||
exclude group: 'net.sf.jopt-simple', module: 'jopt-simple'
|
exclude group: 'net.sf.jopt-simple', module: 'jopt-simple'
|
||||||
}
|
}
|
||||||
compile "org.openjdk.jmh:jmh-core:$versions.jmh"
|
compile "org.openjdk.jmh:jmh-core:$versions.jmh"
|
||||||
|
|
|
@ -21,4 +21,4 @@ commonscodec = 1.10
|
||||||
hamcrest = 1.3
|
hamcrest = 1.3
|
||||||
securemock = 1.2
|
securemock = 1.2
|
||||||
# benchmark dependencies
|
# benchmark dependencies
|
||||||
jmh = 1.15
|
jmh = 1.17.3
|
||||||
|
|
Loading…
Reference in New Issue