Skip to content

Commit 24061c2

Browse files
committed
[Java] Upgrade to JMH 1.34.
1 parent 4bcd942 commit 24061c2

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
@@ -46,7 +46,7 @@ def checkstyleVersion = '9.2'
4646
def hamcrestVersion = '2.2'
4747
def mockitoVersion = '4.2.0'
4848
def junitVersion = '5.8.2'
49-
def jmhVersion = '1.33'
49+
def jmhVersion = '1.34'
5050
def agronaVersion = '1.14.0'
5151
def agronaVersionRange = '[1.14,1.15[' // allow any patch release of 1.14.x
5252

0 commit comments

Comments
 (0)