Skip to content

Commit 46071f7

Browse files
committed
[Java] Upgrade to JMH 1.27.
1 parent 384e021 commit 46071f7

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
@@ -57,7 +57,7 @@ def checkstyleVersion = '9.3'
5757
def hamcrestVersion = '2.2'
5858
def mockitoVersion = '4.11.0'
5959
def junitVersion = '5.10.0'
60-
def jmhVersion = '1.36'
60+
def jmhVersion = '1.37'
6161
def agronaVersion = '1.19.0'
6262
def agronaVersionRange = '[1.19.0,2.0[' // allow any release >= 1.19.0 and < 2.0.0
6363

0 commit comments

Comments
 (0)