Skip to content

Commit b8c8641

Browse files
authored
Merge pull request #180 from botblock/dependabot/gradle/org.slf4j-slf4j-api-1.7.30
Bump slf4j-api from 1.7.25 to 1.7.30
2 parents 778910e + eaf2df5 commit b8c8641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allprojects {
2626
api group: 'org.json', name: 'json', version: '20200518'
2727
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
2828
api group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
29-
api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
29+
api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
3030

3131
artifactId = (rootProject == project? project.name : "$rootProject.name-$project.name").toLowerCase()
3232
moduleName = "${group}.javabotblockapi${rootProject == project? "" : ".${project.name.toLowerCase()}"}"

0 commit comments

Comments
 (0)