We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2378ee7 commit a1960ffCopy full SHA for a1960ff
build.gradle
@@ -23,15 +23,15 @@ plugins {
23
id 'java-library'
24
id 'idea'
25
id 'com.github.johnrengelman.shadow' version '6.0.0' apply false
26
- id "com.github.ben-manes.versions" version "0.31.0"
+ id "com.github.ben-manes.versions" version "0.33.0"
27
}
28
29
defaultTasks 'clean', 'build'
30
31
def checkstyleVersion = '8.36'
32
def hamcrestVersion = '2.2'
33
def mockitoVersion = '3.5.10'
34
-def junitVersion = '5.6.2'
+def junitVersion = '5.7.0'
35
def jmhVersion = '1.25.2'
36
def agronaVersion = '1.7.1'
37
def agronaVersionRange = '[1.7,1.8[' // allow any patch release of 1.7.x
0 commit comments