Skip to content

Commit

Permalink
Adjusted dependency versions to address CVEs
Browse files Browse the repository at this point in the history
Description of changes:

Adjusted com.github.seancfoley:ipaddress version to address CVE.

Signed-off-by: Vijayan Balasubramanian <[email protected]>
  • Loading branch information
VijayanB committed Mar 12, 2024
1 parent a7ed59a commit 9c15f2e
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 @@ -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

0 comments on commit 9c15f2e

Please sign in to comment.