fix: driver-kafka/pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-3027430
This commit is contained in:
snyk-bot 2022-09-20 17:59:42 +00:00
parent 8d94cc7dd6
commit 35f10752d4
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.8.1</version>
<version>2.8.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.avro/avro -->