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 f575244 commit 4425f97Copy full SHA for 4425f97
build.gradle
@@ -24,14 +24,14 @@ plugins {
24
id 'idea'
25
id 'io.freefair.javadoc-links' version '4.1.6' apply false
26
id 'com.github.johnrengelman.shadow' version '5.2.0' apply false
27
- id "com.github.ben-manes.versions" version "0.27.0"
+ id "com.github.ben-manes.versions" version "0.28.0"
28
}
29
30
defaultTasks 'clean', 'build'
31
32
def checkstyleVersion = '8.28'
33
def hamcrestVersion = '2.2'
34
-def mockitoVersion = '3.2.4'
+def mockitoVersion = '3.3.0'
35
def junitVersion = '5.6.0'
36
def jmhVersion = '1.23'
37
def agronaVersion = '1.3.0'
0 commit comments