Skip to content

Commit

Permalink
Merge pull request #47 from hmcts/dependabot/gradle/org.apache.common…
Browse files Browse the repository at this point in the history
…s-commons-lang3-3.11

Bump commons-lang3 from 3.9 to 3.11
  • Loading branch information
banderous authored Feb 28, 2021
2 parents 2c747d8 + a527ab2 commit 3295283
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 3295283

Please sign in to comment.