Skip to content

Commit

Permalink
Merge pull request #16 from gocd/dependabot/gradle/commons-codec-comm…
Browse files Browse the repository at this point in the history
…ons-codec-1.15

Bump commons-codec from 1.10 to 1.15
  • Loading branch information
chadlwilson authored Feb 3, 2022
2 parents d0a29ed + e74071b commit d970523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.7'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'commons-io', name: 'commons-io', version: '2.5'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.10'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'

implementation group: 'org.apache.directory.api', name: 'api-ldap-client-api', version: '1.0.3'
implementation group: 'org.apache.directory.api', name: 'api-ldap-codec-standalone', version: '1.0.0'
Expand Down

0 comments on commit d970523

Please sign in to comment.