aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp-ft/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-xmpp-ft/build.gradle')
-rw-r--r--juick-xmpp-ft/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-xmpp-ft/build.gradle b/juick-xmpp-ft/build.gradle
index dd1f2a9b..b7635da8 100644
--- a/juick-xmpp-ft/build.gradle
+++ b/juick-xmpp-ft/build.gradle
@@ -8,7 +8,7 @@ def springFrameworkVersion = '4.3.4.RELEASE'
dependencies {
compile project(':juick-server')
compile "org.springframework:spring-webmvc:${springFrameworkVersion}"
- compile 'com.mitchellbosecke:pebble-spring4:2.2.3'
+ compile 'com.mitchellbosecke:pebble-spring4:2.3.0'
providedRuntime 'mysql:mysql-connector-java:5.1.40'
}