Skip to content

Commit 521c16b

Browse files
committed
[Java] Upgrade to JUnit 5.7.2.
1 parent 9719248 commit 521c16b

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
@@ -48,7 +48,7 @@ def checkstyleVersion = '8.39'
4848
def hamcrestVersion = '2.2'
4949
def mockitoVersion = '3.10.0'
5050
def byteBuddyVersion = '1.11.0'
51-
def junitVersion = '5.7.1'
51+
def junitVersion = '5.7.2'
5252
def jmhVersion = '1.31'
5353
def agronaVersion = '1.10.0'
5454
def agronaVersionRange = '[1.10,1.11[' // allow any patch release of 1.10.x

0 commit comments

Comments
 (0)