diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c309aa..6e3ac964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle b/build.gradle index 8618bed2..8a08474d 100644 --- a/build.gradle +++ b/build.gradle @@ -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