Skip to content

Commit a1960ff

Browse files
committed
[Java] Upgrade to Versions 0.33.0 and JUnit 5.7.0.
1 parent 2378ee7 commit a1960ff

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
@@ -23,15 +23,15 @@ plugins {
2323
id 'java-library'
2424
id 'idea'
2525
id 'com.github.johnrengelman.shadow' version '6.0.0' apply false
26-
id "com.github.ben-manes.versions" version "0.31.0"
26+
id "com.github.ben-manes.versions" version "0.33.0"
2727
}
2828

2929
defaultTasks 'clean', 'build'
3030

3131
def checkstyleVersion = '8.36'
3232
def hamcrestVersion = '2.2'
3333
def mockitoVersion = '3.5.10'
34-
def junitVersion = '5.6.2'
34+
def junitVersion = '5.7.0'
3535
def jmhVersion = '1.25.2'
3636
def agronaVersion = '1.7.1'
3737
def agronaVersionRange = '[1.7,1.8[' // allow any patch release of 1.7.x

0 commit comments

Comments
 (0)