Skip to content

Commit

Permalink
fix: metrics-influxdb/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-3027430
  • Loading branch information
snyk-bot authored and pp-tim committed Sep 23, 2022
1 parent 75f4c32 commit a48895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-influxdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.8.1</version>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down

0 comments on commit a48895e

Please sign in to comment.