Skip to content

Commit

Permalink
upgrading commons-lang3 version to align with core
Browse files Browse the repository at this point in the history
Signed-off-by: Jackie Han <[email protected]>
  • Loading branch information
jackiehanyang committed Sep 5, 2023
1 parent eaab7b5 commit 261a47e
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 @@ -139,7 +139,7 @@ dependencies {
implementation group: 'io.protostuff', name: 'protostuff-runtime', version: '1.8.0'
implementation group: 'io.protostuff', name: 'protostuff-api', version: '1.8.0'
implementation group: 'io.protostuff', name: 'protostuff-collectionschema', version: '1.8.0'
implementation "org.apache.commons:commons-lang3:${versions.commonslang}"
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'


implementation "org.jacoco:org.jacoco.agent:0.8.5"
Expand Down

0 comments on commit 261a47e

Please sign in to comment.