Skip to content

Commit b983b07

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

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

flink-end-to-end-tests/flink-tpch-test/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ under the License.
3333
<groupId>io.airlift.tpch</groupId>
3434
<artifactId>tpch</artifactId>
3535
<version>0.10</version>
36+
<exclusions>
37+
<exclusion>
38+
<groupId>com.google.guava</groupId>
39+
<artifactId>guava</artifactId>
40+
</exclusion>
41+
</exclusions>
3642
</dependency>
3743
</dependencies>
3844

flink-filesystems/flink-s3-fs-base/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ under the License.
187187
<groupId>org.slf4j</groupId>
188188
<artifactId>slf4j-reload4j</artifactId>
189189
</exclusion>
190+
<exclusion>
191+
<groupId>com.google.guava</groupId>
192+
<artifactId>guava</artifactId>
193+
</exclusion>
190194
</exclusions>
191195
</dependency>
192196

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ 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-
<version>30.0-jre</version>
55-
</dependency>
5651
<dependency>
5752
<groupId>org.apache.logging.log4j</groupId>
5853
<artifactId>log4j-slf4j-impl</artifactId>

0 commit comments

Comments
 (0)