Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-8384362
  • Loading branch information
snyk-bot committed Nov 20, 2024
1 parent 896c345 commit 4a699ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<skipUnitTests>${skipTests}</skipUnitTests>
<skipIntegrationTests>${skipTests}</skipIntegrationTests>

<kafka.version>3.7.0</kafka.version>
<kafka.version>3.8.0</kafka.version>
<awaitility.version>4.2.2</awaitility.version>
<assertj-core.version>3.26.3</assertj-core.version>
<confluent.version>7.7.0</confluent.version>
Expand Down Expand Up @@ -282,7 +282,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-api</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 4a699ae

Please sign in to comment.