Skip to content

Commit

Permalink
upgrading commons-lang3 version to fix conflict issue (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#1012)

* force commons-lang3 version to fix conflict issue

Signed-off-by: Jackie Han <[email protected]>

* getting commons-lang3 version from upstream version properties file

Signed-off-by: Jackie Han <[email protected]>

* getting commons-lang3 version from core

Signed-off-by: Jackie Han <[email protected]>

* getting commons-lang3 version from core

Signed-off-by: Jackie Han <[email protected]>

* upgrading commons-lang3 version to align with core

Signed-off-by: Jackie Han <[email protected]>

---------

Signed-off-by: Jackie Han <[email protected]>
  • Loading branch information
jackiehanyang authored Sep 5, 2023
1 parent db788f4 commit db456c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ 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 group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'


implementation "org.jacoco:org.jacoco.agent:0.8.5"
implementation ("org.jacoco:org.jacoco.ant:0.8.5") {
Expand Down

0 comments on commit db456c2

Please sign in to comment.