Skip to content

Commit 54a6a45

Browse files
authored
Fix build, update CVE-affected versions (#1102) (#1103)
* Fix build, update CVE-affected versions * Spotless depends on CVE-impacted eclipse dependency, now needs JDK17+ --------- Signed-off-by: Daniel Widdis <widdis@gmail.com>
1 parent aaa942d commit 54a6a45

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ configurations.all {
156156
force "net.bytebuddy:byte-buddy-agent:1.14.9"
157157
force "com.google.code.gson:gson:2.8.9"
158158
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
159163
}
160164
}
161165

dataGeneration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ numpy==1.23.0
22
opensearch_py==2.0.0
33
retry==0.9.2
44
scipy==1.10.0
5-
urllib3==1.26.17
5+
urllib3==1.26.18

0 commit comments

Comments
 (0)