Skip to content

Commit

Permalink
Bump commons-lang3 from 3.9 to 3.11
Browse files Browse the repository at this point in the history
Bumps commons-lang3 from 3.9 to 3.11.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2021
1 parent 5745d56 commit a527ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccd-config-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-mail', version: versions.springBoot

compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'
compile group: 'de.cronn', name: 'reflection-util', version: '2.10.0'
compile group: 'org.objenesis', name: 'objenesis', version: '3.1'
compile group: 'cglib', name: 'cglib', version: '3.3.0'
Expand Down

0 comments on commit a527ab2

Please sign in to comment.