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 f92f835 commit 1683be1Copy full SHA for 1683be1
build.gradle
@@ -23,12 +23,12 @@ 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.29.0"
+ id "com.github.ben-manes.versions" version "0.30.0"
27
}
28
29
defaultTasks 'clean', 'build'
30
31
-def checkstyleVersion = '8.35'
+def checkstyleVersion = '8.36'
32
def hamcrestVersion = '2.2'
33
def mockitoVersion = '3.5.10'
34
def junitVersion = '5.6.2'
0 commit comments