Bump commons-lang3 from 3.10 to 3.11 in /Plan

Bumps commons-lang3 from 3.10 to 3.11.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-17 05:38:35 +00:00
parent 95cd7ea9bd
commit 3d29aa0d98

View File

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