Skip to content

Commit

Permalink
use version 1.2.3 of logback-classic to stay up to date (#333)
Browse files Browse the repository at this point in the history
* use version 1.2.3 of logback-classic to stay up to date

* bring slf4j up to date, at least because logback >= 1.1.4 requires slf4j >= 1.7.16 according to https://logback.qos.ch/news.html
  • Loading branch information
dbyron0 authored and rnorth committed Apr 30, 2017
1 parent 36613b8 commit b369ab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
<version>1.7.2</version>
<version>1.7.25</version>
</dependency>

<!-- Test dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.2</version>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b369ab3

Please sign in to comment.