Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Upgrade logging
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Apr 1, 2017
1 parent ede7d63 commit 9560bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<java.version>1.8</java.version>
<surefire.version>2.19.1</surefire.version>
<version.org.jboss.resteasy>3.1.2.Final</version.org.jboss.resteasy>
<version.org.slf4j>1.7.24</version.org.slf4j>
<version.org.slf4j>1.7.25</version.org.slf4j>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -249,7 +249,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 9560bfc

Please sign in to comment.