Skip to content

Commit

Permalink
Adjusted dependency versions to address CVEs
Browse files Browse the repository at this point in the history
Adjusted com.github.seancfoley:ipaddress version to address CVE.
Adjusted org.apache.commons:commons-compress to address CVE.
Added commons-io:commons-io due to above update.

Signed-off-by: Vijayan Balasubramanian <[email protected]>
  • Loading branch information
VijayanB committed Mar 12, 2024
1 parent a7ed59a commit dc93821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on ho
### Features
### Enhancements
### Bug Fixes
* Adjusted dependency versions to address CVEs ([#635](https://github.com/opensearch-project/geospatial/pull/635))
### Infrastructure
### Documentation
### Maintenance
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dependencies {
implementation "org.apache.commons:commons-csv:1.10.0"
zipArchive group: 'org.opensearch.plugin', name:'opensearch-job-scheduler', version: "${opensearch_build}"
compileOnly "org.opensearch:opensearch-job-scheduler-spi:${opensearch_build}"
implementation "com.github.seancfoley:ipaddress:5.4.0"
implementation "com.github.seancfoley:ipaddress:5.4.2"
}

licenseHeaders.enabled = true
Expand Down
3 changes: 2 additions & 1 deletion libs/h3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ dependencies {
api "org.apache.logging.log4j:log4j-api:${versions.log4j}"
api "org.apache.logging.log4j:log4j-core:${versions.log4j}"
testImplementation "org.opensearch.test:framework:${opensearch_version}"
testImplementation "org.apache.commons:commons-compress:1.21"
testImplementation 'commons-io:commons-io:2.15.1'
testImplementation "org.apache.commons:commons-compress:1.26.0"
testImplementation "org.apache.lucene:lucene-spatial3d:${versions.lucene}"
}
licenseFile = "LICENSE.txt"
Expand Down

0 comments on commit dc93821

Please sign in to comment.