Upgrade Spring versions
parent
064f36ef6c
commit
62f6b7c45b
4
pom.xml
4
pom.xml
|
@ -71,8 +71,8 @@
|
|||
|
||||
<properties>
|
||||
<java-version>1.7</java-version>
|
||||
<org.springframework-version>4.1.1.RELEASE</org.springframework-version>
|
||||
<spring.security.version>3.2.5.RELEASE</spring.security.version>
|
||||
<org.springframework-version>4.1.7.RELEASE</org.springframework-version>
|
||||
<spring.security.version>3.2.7.RELEASE</spring.security.version>
|
||||
<org.slf4j-version>1.7.7</org.slf4j-version>
|
||||
</properties>
|
||||
<description>A reference implementation of OpenID Connect (http://openid.net/connect/), OAuth 2.0, and UMA built on top of Java, Spring, and Spring Security. The project contains a fully functioning server, client, and utility library.</description>
|
||||
|
|
Loading…
Reference in New Issue