Skip to content

Commit

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

Signed-off-by: Naveen Tatikonda <[email protected]>
  • Loading branch information
naveentatikonda authored Nov 27, 2023
1 parent a45054f commit 5e2f899
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 5e2f899

Please sign in to comment.