Skip to content

Commit 0a53750

Browse files
committed
[Java] Upgrade to JMH 1.26.
1 parent c36bd6b commit 0a53750

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
@@ -32,7 +32,7 @@ def checkstyleVersion = '8.36.2'
3232
def hamcrestVersion = '2.2'
3333
def mockitoVersion = '3.5.13'
3434
def junitVersion = '5.7.0'
35-
def jmhVersion = '1.25.2'
35+
def jmhVersion = '1.26'
3636
def agronaVersion = '1.8.0'
3737
def agronaVersionRange = '[1.8,1.9[' // allow any patch release of 1.8.x
3838

0 commit comments

Comments
 (0)