From b29809a6b89af527265553e547687550f3234deb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 16 Apr 2019 15:35:43 +0300 Subject: Update deps and Gradle wrapper --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 2bd337ab..5fad9cb4 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-json") compile ('org.springframework.boot:spring-boot-devtools') - compile "org.apache.commons:commons-lang3:3.8.1" + compile "org.apache.commons:commons-lang3:3.9" compile "org.apache.commons:commons-collections4:4.3" compile 'org.apache.commons:commons-text:1.6' compile "commons-codec:commons-codec:1.12" -- cgit v1.2.3