Skip to content

Commit

Permalink
Fix Spotless Transitive Dependency and bump aiohttp to fix CVE (#1323) (
Browse files Browse the repository at this point in the history
#1324)

Signed-off-by: Naveen Tatikonda <[email protected]>
(cherry picked from commit 5e2f899)

Co-authored-by: Naveen Tatikonda <[email protected]>
  • Loading branch information
1 parent 7c1782a commit 6b92dbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/osb/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile
#
aiohttp==3.8.5
aiohttp==3.8.6
# via opensearch-py
aiosignal==1.2.0
# via aiohttp
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ buildscript {

dependencies {
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
configurations.all {
resolutionStrategy {
force("org.eclipse.platform:org.eclipse.core.runtime:3.29.0") // for spotless transitive dependency CVE (for 3.26.100)
}
}
}
}

Expand Down

0 comments on commit 6b92dbc

Please sign in to comment.