updated slf4j version to 1.7.2

pull/655/head
Justin Richer 2014-08-05 21:48:38 -04:00
parent 9243af6df3
commit 7c015970ba
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<properties>
<java-version>1.6</java-version>
<org.springframework-version>3.2.3.RELEASE</org.springframework-version>
<org.slf4j-version>1.5.10</org.slf4j-version>
<org.slf4j-version>1.7.2</org.slf4j-version>
<spring.security.version>3.1.4.RELEASE</spring.security.version>
</properties>
<description>A reference implementation of OpenID Connect (http://openid.net/connect/) and OAuth 2.0 built on top of Java, Spring, and Spring Security. The project contains a fully functioning server, client, and utility library.</description>