Skip to content

Commit eaf2df5

Browse files
Bump slf4j-api from 1.7.25 to 1.7.30
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.25 to 1.7.30. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.7.25...v_1.7.30) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 778910e commit eaf2df5

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)