Skip to content

Commit 26ca250

Browse files
authored
Merge pull request #293 from data-integrations/fix-kafka-vuln
[PLUGIN-1951] Fix kafka-clients vulnerability in mysql and sqlserver delta plugins
2 parents 6728709 + 99e163b commit 26ca250

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

mysql-delta-plugins/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
<version>8.0.28</version>
5757
<scope>test</scope>
5858
</dependency>
59+
<dependency>
60+
<groupId>org.apache.kafka</groupId>
61+
<artifactId>kafka-clients</artifactId>
62+
<version>3.9.1</version>
63+
</dependency>
5964
</dependencies>
6065

6166
<build>

sqlserver-delta-plugins/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
</exclusion>
4747
</exclusions>
4848
</dependency>
49+
<dependency>
50+
<groupId>org.apache.kafka</groupId>
51+
<artifactId>kafka-clients</artifactId>
52+
<version>3.9.1</version>
53+
</dependency>
4954
<dependency>
5055
<groupId>io.cdap.delta</groupId>
5156
<artifactId>delta-plugins-common</artifactId>

0 commit comments

Comments
 (0)