Skip to content

Commit

Permalink
Upgrade to Spring 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeleon committed Nov 1, 2016
1 parent 59ec55c commit 16ffa12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>4.3.3.RELEASE</spring.version>
</properties>

<scm>
Expand All @@ -51,7 +52,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.1.7.RELEASE</version>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
Expand Down

0 comments on commit 16ffa12

Please sign in to comment.