aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-06-02 09:22:11 +0300
committerGravatar Vitaly Takmazov2019-06-02 09:22:11 +0300
commit38a56a23bd06ac8101f759e80d5fb77db7ad7d05 (patch)
treedfe861878b639c51614aa2ac854a87805e455c3c /build.gradle
parentf1fd04898a22024a2d545c1bb9d192b7bef8dfad (diff)
Update deps
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
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