Skip to content

Commit

Permalink
Bump slf4j-api from 1.8.0-beta4 to 2.0.0-alpha0 (#5051)
Browse files Browse the repository at this point in the history
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.8.0-beta4 to 2.0.0-alpha0.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and tobiasdiez committed Jun 13, 2019
1 parent f838492 commit 5642a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies {
compile 'com.mashape.unirest:unirest-java:1.4.9'

// >1.8.0-beta is required for java 9 compatibility
compile 'org.slf4j:slf4j-api:1.8.0-beta4'
compile 'org.slf4j:slf4j-api:2.0.0-alpha0'

This comment has been minimized.

Copy link
@stefan-kolb

stefan-kolb Jun 13, 2019

Member

Do we really want to upgrade to alpha versions 😄 ?

compile 'org.apache.logging.log4j:log4j-slf4j18-impl:2.11.2'
compile 'org.apache.logging.log4j:log4j-jcl:2.11.2'
compile 'org.apache.logging.log4j:log4j-api:2.11.2'
Expand Down

0 comments on commit 5642a39

Please sign in to comment.