diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
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 |