Upgrade to logback 1.1.2

Changelog:
http://logback.qos.ch/news.html
This commit is contained in:
Andrew Gaul 2014-07-10 10:14:27 -07:00
parent 66307d9816
commit b432acd834
1 changed files with 2 additions and 2 deletions

View File

@ -271,12 +271,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.0.9</version>
<version>1.1.2</version>
</dependency>
</dependencies>
</dependencyManagement>