There was an error while loading. Please reload this page.
1 parent 0ae9035 commit b001194Copy full SHA for b001194
build.gradle
@@ -49,7 +49,7 @@ def checkstyleVersion = '8.39'
49
def hamcrestVersion = '2.2'
50
def mockitoVersion = '3.8.0'
51
def junitVersion = '5.7.1'
52
-def jmhVersion = '1.27'
+def jmhVersion = '1.28'
53
def agronaVersion = '1.9.0'
54
def agronaVersionRange = '[1.9,1.10[' // allow any patch release of 1.9.x
55
@@ -74,7 +74,7 @@ def projectPom = {
74
name = 'sbe'
75
packaging = 'pom'
76
description = 'FIX/SBE - OSI layer 6 presentation for encoding and decoding application messages' +
77
- ' in binary format for low-latency applications'
+ ' in binary format for low-latency applications.'
78
url = 'https://github.com/real-logic/simple-binary-encoding'
79
80
scm {
0 commit comments