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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2326698
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244
This commit is contained in:
snyk-bot 2022-08-01 18:09:47 +00:00
parent 298daee08e
commit 8de258a05d
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.confluent/kafka-avro-serializer -->