Skip to content

Commit 1dbcdb7

Browse files
committed
Adjusted dependency versions to address CVEs
Adjusted com.github.seancfoley:ipaddress version to address CVE. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
1 parent a7ed59a commit 1dbcdb7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on ho
1717
### Features
1818
### Enhancements
1919
### Bug Fixes
20+
* Adjusted dependency versions to address CVEs ([#635](https://github.com/opensearch-project/geospatial/pull/635))
2021
### Infrastructure
2122
### Documentation
2223
### Maintenance

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ dependencies {
171171
implementation "org.apache.commons:commons-csv:1.10.0"
172172
zipArchive group: 'org.opensearch.plugin', name:'opensearch-job-scheduler', version: "${opensearch_build}"
173173
compileOnly "org.opensearch:opensearch-job-scheduler-spi:${opensearch_build}"
174-
implementation "com.github.seancfoley:ipaddress:5.4.0"
174+
implementation "com.github.seancfoley:ipaddress:5.4.2"
175175
}
176176

177177
licenseHeaders.enabled = true

0 commit comments

Comments
 (0)