Skip to content

Commit cd62d5a

Browse files
committed
[Java] Upgrade to JMH 1.35.
1 parent ebae848 commit cd62d5a

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.3'
4646
def hamcrestVersion = '2.2'
4747
def mockitoVersion = '4.4.0'
4848
def junitVersion = '5.8.2'
49-
def jmhVersion = '1.34'
49+
def jmhVersion = '1.35'
5050
def agronaVersion = '1.15.0'
5151
def agronaVersionRange = '[1.15,1.16[' // allow any patch release of 1.15.x
5252

0 commit comments

Comments
 (0)