From a39c3b9af4b58e0f4877a2ba5f332f3110588894 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 23 Jan 2020 11:05:22 +0300 Subject: Update deps --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 0969b277..a4008834 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } } plugins { - id 'org.springframework.boot' version '2.2.3.RELEASE' apply false + id 'org.springframework.boot' version '2.2.4.RELEASE' apply false id("org.asciidoctor.convert") version "2.4.0" apply false } @@ -138,7 +138,7 @@ dependencies { compile "commons-io:commons-io:2.6" compile 'org.ocpsoft.prettytime:prettytime:4.0.2.Final' - compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.4.3' + compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.5' compile 'org.imgscalr:imgscalr-lib:4.2' compile "javax.xml.bind:jaxb-api:2.3.1" @@ -165,8 +165,8 @@ dependencies { compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'io.pebbletemplates:pebble-spring5:3.1.2' - compile 'com.atlassian.commonmark:commonmark:0.13.1' - compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.13.1' + compile 'com.atlassian.commonmark:commonmark:0.14.0' + compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.14.0' compile 'org.tomitribe:tomitribe-http-signatures:1.3' compile 'com.google.api-client:google-api-client:1.30.7' compile "com.kotcrab.remark:remark:1.2.0" -- cgit v1.2.3