Bump commons-lang3 from 3.9 to 3.10 in /Plan

Bumps commons-lang3 from 3.9 to 3.10.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-30 05:56:45 +00:00
parent e62d190c50
commit 6a07cd5cc9

View File

@ -3,7 +3,7 @@ plugins {
}
dependencies {
compileOnly group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
compileOnly group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
compileOnly "com.google.code.gson:gson:$gsonVersion"
}