Skip to content

Commit

Permalink
Cleanup in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Oct 23, 2024
1 parent c5d30c6 commit 41cf36e
Showing 1 changed file with 2 additions and 50 deletions.
52 changes: 2 additions & 50 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,41 +189,6 @@
</exclusion>
</exclusions>
</dependency>
<!-- <dependency>-->
<!-- &lt;!&ndash; Upgrade transitive dependency of io.github.embeddedkafka:embedded-kafka-schema-registry_2.13 to fix CVE-2024-27309 &ndash;&gt;-->
<!-- <groupId>org.apache.kafka</groupId>-->
<!-- <artifactId>kafka-metadata</artifactId>-->
<!-- <version>3.6.2</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- &lt;!&ndash; Upgrade transitive dependency of io.github.embeddedkafka:embedded-kafka-schema-registry_2.13 to fix CVE-2023-5072 &ndash;&gt;-->
<!-- <groupId>org.json</groupId>-->
<!-- <artifactId>json</artifactId>-->
<!-- <version>20240303</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- &lt;!&ndash; Upgrade transitive dependency of io.github.embeddedkafka:embedded-kafka-schema-registry_2.13 to fix CVE-2023-44981 &ndash;&gt;-->
<!-- <groupId>org.apache.zookeeper</groupId>-->
<!-- <artifactId>zookeeper</artifactId>-->
<!-- <version>3.9.2</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- &lt;!&ndash; Upgrade transitive dependency of io.github.embeddedkafka:embedded-kafka-schema-registry_2.13 to fix CVE-2023-51775 &ndash;&gt;-->
<!-- <groupId>org.bitbucket.b_c</groupId>-->
<!-- <artifactId>jose4j</artifactId>-->
<!-- <version>0.9.6</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- &lt;!&ndash; Upgrade transitive dependency org.eclipse.jetty.http2:http2-common of io.github.embeddedkafka:embedded-kafka-schema-registry_2.13 to fix CVE-2024-22201, CVE-2023-36479, CVE-2024-9823, CVE-2024-6762 and CVE-2024-8184 &ndash;&gt;-->
<!-- <groupId>org.eclipse.jetty.http2</groupId>-->
<!-- <artifactId>http2-server</artifactId>-->
<!-- <version>11.0.24</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<!-- Upgrade while we're waiting for the fix of CVE-2024-6763 (but it is not here yet) -->
<groupId>org.eclipse.jetty</groupId>
Expand All @@ -232,13 +197,14 @@
<scope>test</scope>
</dependency>
<dependency>
<!-- Upgrade to fix CVE-2024-8184 in dependency io.github.embeddedkafka:embedded-kafka-schema-registry_2.13 -->
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.56.v20240826</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- Upgrade to fix CVE-2024-6762 and CVE-2024-9823 -->
<!-- Upgrade while we're waiting for the fix of CVE-2023-36479 (but it is not there yet) -->
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>9.4.56.v20240826</version>
Expand Down Expand Up @@ -273,19 +239,6 @@
<artifactId>kafka-clients</artifactId>
<version>3.7.1</version>
</dependency>
<!-- <dependency>-->
<!-- &lt;!&ndash; Upgrade transitive dependency of org.apache.kafka:kafka-clients to fix CVE-2023-43642 &ndash;&gt;-->
<!-- <groupId>org.xerial.snappy</groupId>-->
<!-- <artifactId>snappy-java</artifactId>-->
<!-- <version>1.1.10.5</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- &lt;!&ndash; Upgrade transitive dependency of io.github.embeddedkafka:embedded-kafka-schema-registry_2.13 to fix CVE-2024-23080 &ndash;&gt;-->
<!-- <groupId>joda-time</groupId>-->
<!-- <artifactId>joda-time</artifactId>-->
<!-- <version>2.12.7</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<!-- Upgrade transitive dependency of io.github.embeddedkafka:embedded-kafka-schema-registry_2.13 to fix CVE-2021-47621 -->
<groupId>io.github.classgraph</groupId>
Expand Down Expand Up @@ -485,7 +438,6 @@
<excludeVulnerabilityIds>
<exclude>CVE-2024-6763</exclude>
<exclude>CVE-2023-36479</exclude>
<exclude>CVE-2024-8184</exclude>
</excludeVulnerabilityIds>
</configuration>
</plugin>
Expand Down

0 comments on commit 41cf36e

Please sign in to comment.