Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update slf4j-api to 1.7.27 #655

Merged
merged 1 commit into from Aug 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -46,7 +46,7 @@ object Dependencies {
val config = "com.typesafe" % "config" % Versions.config
val sslConfigCore = "com.typesafe" %% "ssl-config-core" % Versions.sslConfig

val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.26"
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.27"
val mavenPluginApi = "org.apache.maven" % "maven-plugin-api" % Versions.maven // Apache v2
val mavenCore = "org.apache.maven" % "maven-core" % Versions.maven // Apache v2
val protocJar = "com.github.os72" % "protoc-jar" % "3.8.0"
Expand Down