We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ef5b5b + 17f0f9a commit 3a4bb16Copy full SHA for 3a4bb16
msk-lambda-schema-avro-java-sam/kafka_event_consumer_function/pom.xml
@@ -68,7 +68,7 @@
68
<dependency>
69
<groupId>org.apache.avro</groupId>
70
<artifactId>avro</artifactId>
71
- <version>1.11.1</version>
+ <version>1.11.4</version>
72
</dependency>
73
74
msk-lambda-schema-avro-java-sam/kafka_event_producer_function/pom.xml
@@ -8,7 +8,7 @@
8
<properties>
9
<maven.compiler.source>11</maven.compiler.source>
10
<maven.compiler.target>11</maven.compiler.target>
11
- <avro.version>1.11.3</avro.version>
+ <avro.version>1.11.4</avro.version>
12
</properties>
13
14
<dependencies>
0 commit comments