diff options
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 08270325..ab0480f4 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -25,7 +25,7 @@ dependencies { compile 'com.sun.mail:javax.mail:1.5.6' compile "org.springframework:spring-webmvc:${rootProject.springFrameworkVersion}" compile "org.springframework:spring-context-support:${rootProject.springFrameworkVersion}" - compile 'com.mitchellbosecke:pebble-spring4:2.4.0' + compile 'com.mitchellbosecke:pebble-spring4:2.3.0' providedCompile 'javax.servlet:javax.servlet-api:3.1.0' providedRuntime 'mysql:mysql-connector-java:5.1.40' |