aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-02-13 18:51:30 +0300
committerGravatar Vitaly Takmazov2019-02-13 18:51:30 +0300
commit7c5ecb0ded72bbb1d11c273be652a92db006333f (patch)
tree515242d94201ee406bb7cbe65c3e0d3ab7649368
parentbb6727442041b41e92fca96bddffd30e307280eb (diff)
update deps
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index da73b471..30007a7e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ buildscript {
plugins {
id 'org.springframework.boot' version '2.1.2.RELEASE' apply false
id "com.moowork.node" version "1.2.0" apply false
- id("org.asciidoctor.convert") version "1.5.9.2" apply false
+ id("org.asciidoctor.convert") version "1.5.10" apply false
}
repositories {
@@ -134,7 +134,7 @@ dependencies {
compile "org.apache.commons:commons-lang3:3.8.1"
compile "org.apache.commons:commons-collections4:4.3"
compile 'org.apache.commons:commons-text:1.6'
- compile "commons-codec:commons-codec:1.11"
+ compile "commons-codec:commons-codec:1.12"
compile "commons-io:commons-io:2.6"
compile 'com.google.code.findbugs:jsr305:3.0.2'
@@ -174,7 +174,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.7'
+ compile 'io.pebbletemplates:pebble-spring5:3.0.8'
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.1'