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.
2 parents 778910e + eaf2df5 commit b8c8641Copy full SHA for b8c8641
build.gradle
@@ -26,7 +26,7 @@ allprojects {
26
api group: 'org.json', name: 'json', version: '20200518'
27
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
28
api group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
29
- api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
+ api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
30
31
artifactId = (rootProject == project? project.name : "$rootProject.name-$project.name").toLowerCase()
32
moduleName = "${group}.javabotblockapi${rootProject == project? "" : ".${project.name.toLowerCase()}"}"
0 commit comments