Skip to content

Commit

Permalink
Fix vulnerabilities detected in Snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Dec 5, 2024
1 parent 624f2ef commit 8b44a3b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kafka-connect-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,24 @@
</pluginRepositories>

<dependencies>

<!-- Fix vulnerability in transitive dependencies-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.5.1</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-runtime</artifactId>
Expand Down

0 comments on commit 8b44a3b

Please sign in to comment.