Skip to content

Commit 2be6ae9

Browse files
authored
Merge pull request #294 from data-integrations/cherry-pick-293
[πŸ’ ] Fix kafka-clients vulnerability in mysql and sqlserver delta plugins from #293
2 parents 6c3eb42 + ea4c305 commit 2be6ae9

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

β€Ž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)