Skip to content

Commit 87f865f

Browse files
committed
[Java] Upgrade to JMH 1.31.
1 parent ad8fe63 commit 87f865f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def hamcrestVersion = '2.2'
5050
def mockitoVersion = '3.9.0'
5151
def byteBuddyVersion = '1.11.0'
5252
def junitVersion = '5.7.1'
53-
def jmhVersion = '1.30'
53+
def jmhVersion = '1.31'
5454
def agronaVersion = '1.10.0'
5555
def agronaVersionRange = '[1.10,1.11[' // allow any patch release of 1.10.x
5656

0 commit comments

Comments
 (0)