Skip to content

Commit dcf67a3

Browse files
committed
security update for commons-io
1 parent 7917ed0 commit dcf67a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/opensearch/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ dependencies {
3737
exclude(module: 'aggs-matrix-stats-client')
3838
exclude(module: 'lucene-grouping')
3939
}
40+
41+
// overwrite version provided by opensearch-runner
42+
implementation 'commons-io:commons-io:2.20.0'
4043
}
4144

4245
tasks.named('jar') {

0 commit comments

Comments
 (0)