Skip to content

Commit 6ea5595

Browse files
committed
[FLINK] Remove outdated Guava overrides to fix CVE-2023-2976 and CVE-2020-8908
1 parent b983b07 commit 6ea5595

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/ci/flink-ci-tools/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ under the License.
4848
<artifactId>flink-test-utils-junit</artifactId>
4949
<scope>test</scope>
5050
</dependency>
51+
<dependency>
52+
<groupId>com.google.guava</groupId>
53+
<artifactId>guava</artifactId>
54+
</dependency>
5155
<dependency>
5256
<groupId>org.apache.logging.log4j</groupId>
5357
<artifactId>log4j-slf4j-impl</artifactId>

0 commit comments

Comments
 (0)