From 38a56a23bd06ac8101f759e80d5fb77db7ad7d05 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 2 Jun 2019 09:22:11 +0300 Subject: Update deps --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 0a3e8c01..02443395 100644 --- a/build.gradle +++ b/build.gradle @@ -156,7 +156,7 @@ dependencies { runtime "commons-fileupload:commons-fileupload:1.4" compile 'com.github.ooxi:serialized-php-parser:0.5.0' - compile 'io.pebbletemplates:pebble-spring5:3.0.9' + compile 'io.pebbletemplates:pebble-spring5:3.0.10' compile 'com.atlassian.commonmark:commonmark:0.12.1' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.12.1' compile 'org.tomitribe:tomitribe-http-signatures:1.3' @@ -183,4 +183,4 @@ compileFrontend.dependsOn 'yarn' processResources.dependsOn 'compileFrontend' sourceCompatibility = JavaVersion.VERSION_11 -targetCompatibility = JavaVersion.VERSION_11 \ No newline at end of file +targetCompatibility = JavaVersion.VERSION_11 -- cgit v1.2.3