diff options
author | Vitaly Takmazov | 2017-06-16 22:19:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-16 22:19:16 +0300 |
commit | 40c195eb837a0a670bbc051b7710eb42dfcd013a (patch) | |
tree | 5e5815278fe327f7b808776b6928637cd3000093 /juick-www/build.gradle | |
parent | aefccba754b1bff21ff60ad52f27174defcf82dc (diff) |
downgrade pebble
Diffstat (limited to 'juick-www/build.gradle')
-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' |