aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-16 15:35:43 +0300
committerGravatar Vitaly Takmazov2019-04-16 15:35:43 +0300
commitb29809a6b89af527265553e547687550f3234deb (patch)
tree9c752504cc744bbea94cc00416caab99d1b5b017 /build.gradle
parent89dcf742f471f26424664cc705f95fb2fd5a1da7 (diff)
Update deps and Gradle wrapper
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
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"