Skip to content

Commit

Permalink
Update Spring and FreeMarker versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmorley committed Jan 22, 2016
1 parent 9ebd729 commit 6846997
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spring-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

<properties>
<jdk.version>1.8</jdk.version>
<spring.version>4.2.2.RELEASE</spring.version>
<spring.version>4.2.4.RELEASE</spring.version>
<freemarker.version>2.3.23</freemarker.version>
<logback.version>1.1.3</logback.version>
<jcl.slf4j.version>1.7.12</jcl.slf4j.version>
<servletapi.version>3.1.0</servletapi.version>
Expand Down Expand Up @@ -62,7 +63,7 @@
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.20</version>
<version>${freemarker.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 6846997

Please sign in to comment.