diff options
author | Vitaly Takmazov | 2017-06-16 17:16:57 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-16 17:16:57 +0300 |
commit | aefccba754b1bff21ff60ad52f27174defcf82dc (patch) | |
tree | 0c9a417848620d900a8f96e8752c2d82b84f1ee8 /juick-www/build.gradle | |
parent | b43fa0a5acc122ebbf3a0c7f28a28f8a052a2e9c (diff) |
dependencyUpdates
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 86401fed..08270325 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -22,11 +22,10 @@ dependencies { compile 'com.github.scribejava:scribejava-apis:4.1.1' compile 'org.imgscalr:imgscalr-lib:4.2' compile 'com.github.ooxi:serialized-php-parser:0.5.0' - compile 'com.mitchellbosecke:pebble:2.3.0' 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.3.0' + compile 'com.mitchellbosecke:pebble-spring4:2.4.0' providedCompile 'javax.servlet:javax.servlet-api:3.1.0' providedRuntime 'mysql:mysql-connector-java:5.1.40' |