From 55c7e6ed6ab4f2002f1e8f0f20ff9ada6bd5bdd9 Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 2 Jul 2014 17:41:40 -0400 Subject: [PATCH] Update to Freemarker 2.3.20 --- .classpath | 6 +++--- build.moxie | 6 +++--- gitblit.iml | 18 +++++++++--------- releases.moxie | 1 + 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.classpath b/.classpath index 37bbf0ce..b7849a4e 100644 --- a/.classpath +++ b/.classpath @@ -11,8 +11,8 @@ - - + + @@ -66,7 +66,7 @@ - + diff --git a/build.moxie b/build.moxie index a0a8d4c3..ae8eb4d9 100644 --- a/build.moxie +++ b/build.moxie @@ -131,8 +131,8 @@ dependencies: # Standard dependencies - compile 'com.intellij:annotations:12.0' :war - compile 'log4j:log4j:1.2.17' :war :fedclient :authority -- compile 'org.slf4j:slf4j-api:1.7.7' :war :fedclient :authority -- compile 'org.slf4j:slf4j-log4j12:1.7.7' :war :fedclient :authority +- compile 'org.slf4j:slf4j-api:1.7.5' :war :fedclient :authority +- compile 'org.slf4j:slf4j-log4j12:1.7.5' :war :fedclient :authority - compile 'com.sun.mail:javax.mail:1.5.1' :war :authority - compile 'javax.servlet:javax.servlet-api:3.1.0' :fedclient - compile 'org.eclipse.jetty.aggregate:jetty-all:${jetty.version}' @jar @@ -167,7 +167,7 @@ dependencies: - compile 'org.apache.commons:commons-compress:1.4.1' :war - compile 'commons-io:commons-io:2.2' :war - compile 'com.force.api:force-partner-api:24.0.0' :war -- compile 'org.freemarker:freemarker:2.3.19' :war +- compile 'org.freemarker:freemarker:2.3.20' :war - compile 'com.github.dblock.waffle:waffle-jna:1.5' :war - compile 'org.kohsuke:libpam4j:1.7' :war - compile 'args4j:args4j:2.0.26' :war :fedclient :authority diff --git a/gitblit.iml b/gitblit.iml index ca8925bd..088a07f3 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -80,24 +80,24 @@ - + - + - + - + - + - + @@ -681,13 +681,13 @@ - + - + - + diff --git a/releases.moxie b/releases.moxie index e2b614c0..61c43c4d 100644 --- a/releases.moxie +++ b/releases.moxie @@ -26,6 +26,7 @@ r25: { - JGit 3.4.0 (pr-200) - SLF4j 1.7.7 (ticket-122) - gson 2.2.2 (ticket-123) + - Freemarker 2.3.20 (ticket-124) contributors: - James Moger - David Ostrovsky -- 2.39.5