Skip to content
Snippets Groups Projects
Unverified Commit e3d7b0d8 authored by allanbank's avatar allanbank Committed by GitHub
Browse files

Merge pull request #1149 from busbey/slf4j-update

[code] update slf4j-api to 1.7.25
parents c4807a93 842459e8
No related branches found
No related tags found
No related merge requests found
......@@ -52,14 +52,10 @@ LICENSE file.
<artifactId>google-collections</artifactId>
<version>1.0</version>
</dependency>
<!--
Nail down slf4j version to 1.6 so that it defaults to no-op logger.
http://www.slf4j.org/codes.html#StaticLoggerBinder
-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.4</version>
<version>1.7.25</version>
</dependency>
</dependencies>
</dependencyManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment