Skip to content

Commit b001194

Browse files
committed
[Java] Upgrade to JMH 1.28.
1 parent 0ae9035 commit b001194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def checkstyleVersion = '8.39'
4949
def hamcrestVersion = '2.2'
5050
def mockitoVersion = '3.8.0'
5151
def junitVersion = '5.7.1'
52-
def jmhVersion = '1.27'
52+
def jmhVersion = '1.28'
5353
def agronaVersion = '1.9.0'
5454
def agronaVersionRange = '[1.9,1.10[' // allow any patch release of 1.9.x
5555

@@ -74,7 +74,7 @@ def projectPom = {
7474
name = 'sbe'
7575
packaging = 'pom'
7676
description = 'FIX/SBE - OSI layer 6 presentation for encoding and decoding application messages' +
77-
' in binary format for low-latency applications'
77+
' in binary format for low-latency applications.'
7878
url = 'https://github.com/real-logic/simple-binary-encoding'
7979

8080
scm {

0 commit comments

Comments
 (0)