Skip to content

Commit a71b531

Browse files
Bump slf4j-api from 2.0.0 to 2.0.3 in /core
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0 to 2.0.3. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_2.0.0...v_2.0.3) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2aeb68 commit a71b531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ configurations.all {
6161

6262
dependencies {
6363
api 'junit:junit:4.13.2'
64-
api 'org.slf4j:slf4j-api:2.0.0'
64+
api 'org.slf4j:slf4j-api:2.0.3'
6565
compileOnly 'org.jetbrains:annotations:23.0.0'
6666
testCompileOnly 'org.jetbrains:annotations:23.0.0'
6767
api 'org.apache.commons:commons-compress:1.21'

0 commit comments

Comments
 (0)