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-8528112
  • Loading branch information
snyk-bot committed Dec 19, 2024
1 parent bf4ff0a commit bdc1a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.8.0</kafka.version>
<kafka.version>3.8.1</kafka.version>
<awaitility.version>4.2.2</awaitility.version>
<assertj-core.version>3.26.3</assertj-core.version>
<confluent.version>7.8.0</confluent.version>
Expand Down

0 comments on commit bdc1a5e

Please sign in to comment.