Upgrade JMH to 1.14.1
Motivation: It'd be usually good to use the latest library version. Modification: Bumped JMH to the latest version as of today. Result: Now we use JMH version 1.14.1 for our benchmark.
This commit is contained in:
parent
79f2827fbe
commit
368701f528
@ -47,12 +47,12 @@
|
||||
<dependency>
|
||||
<groupId>org.openjdk.jmh</groupId>
|
||||
<artifactId>jmh-core</artifactId>
|
||||
<version>1.11.1</version>
|
||||
<version>1.14.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjdk.jmh</groupId>
|
||||
<artifactId>jmh-generator-annprocess</artifactId>
|
||||
<version>1.11.1</version>
|
||||
<version>1.14.1</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
Loading…
x
Reference in New Issue
Block a user