We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa942d commit 54a6a45Copy full SHA for 54a6a45
build.gradle
@@ -156,6 +156,10 @@ configurations.all {
156
force "net.bytebuddy:byte-buddy-agent:1.14.9"
157
force "com.google.code.gson:gson:2.8.9"
158
force "junit:junit:4.13.2"
159
+
160
+ force "com.google.guava:guava:32.1.3-jre" // CVE for 31.1
161
+ force "com.fasterxml.jackson.core:jackson-core:2.16.0" // CVE for 2.14.1
162
+ force "org.eclipse.platform:org.eclipse.core.runtime:3.29.0" // CVE for < 3.29.0
163
}
164
165
dataGeneration/requirements.txt
@@ -2,4 +2,4 @@ numpy==1.23.0
2
opensearch_py==2.0.0
3
retry==0.9.2
4
scipy==1.10.0
5
-urllib3==1.26.17
+urllib3==1.26.18
0 commit comments