From cd67898ecc876ae3ca3d30589ba7d7b20dfe6712 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 6 Sep 2019 14:44:17 +0300 Subject: Update deps and Gradle wrapper terser-webpack-plugin is a webpack dependency, no need to track it --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 02de667a..55066ac9 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } plugins { - id 'org.springframework.boot' version '2.1.7.RELEASE' apply false + id 'org.springframework.boot' version '2.1.8.RELEASE' apply false id "com.moowork.node" version "1.3.1" apply false id("org.asciidoctor.convert") version "2.3.0" apply false } @@ -116,7 +116,7 @@ dependencies { compile "org.apache.commons:commons-lang3:3.9" compile "org.apache.commons:commons-collections4:4.4" - compile 'org.apache.commons:commons-text:1.7' + compile 'org.apache.commons:commons-text:1.8' compile "commons-codec:commons-codec:1.13" compile "commons-io:commons-io:2.6" -- cgit v1.2.3