Bump commons-lang3 from 3.11 to 3.12.0 (#833)

Bumps commons-lang3 from 3.11 to 3.12.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-03-13 19:57:40 -06:00
committed by GitHub
parent a04349bfaa
commit 6411f65fa5

View File

@@ -51,7 +51,7 @@ kotlin {
implementation("com.google.code.findbugs:jsr305:3.0.2") implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("com.opencsv:opencsv:5.3") implementation("com.opencsv:opencsv:5.3")
implementation("commons-codec:commons-codec:1.15") implementation("commons-codec:commons-codec:1.15")
implementation("org.apache.commons:commons-lang3:3.11") implementation("org.apache.commons:commons-lang3:3.12.0")
} }
} }