Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pkainulainen committed Feb 8, 2014
1 parent 3c7c10d commit f46bdd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sign-in/spring-mvc-normal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<liquibase.version>3.0.2</liquibase.version>
<mysql.connector.version>5.1.26</mysql.connector.version>
<slf4j.version>1.7.5</slf4j.version>
<spring.version>3.2.4.RELEASE</spring.version>
<spring.data.jpa.version>1.3.4.RELEASE</spring.data.jpa.version>
<spring.version>4.0.0.RELEASE</spring.version>
<spring.data.jpa.version>1.4.3.RELEASE</spring.data.jpa.version>
<spring.security.version>3.2.0.RELEASE</spring.security.version>
<spring.social.version>1.1.0.BUILD-SNAPSHOT</spring.social.version>
<spring.social.facebook.version>1.1.0.BUILD-SNAPSHOT</spring.social.facebook.version>
Expand Down Expand Up @@ -337,7 +337,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.5</version>
<version>4.3.2</version>
</dependency>

<!-- Spring Social -->
Expand Down

0 comments on commit f46bdd4

Please sign in to comment.