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.
1 parent 5bd217f commit 6de7890Copy full SHA for 6de7890
docs/examples/springboot-kafka-avro/pom.xml
@@ -46,7 +46,7 @@
46
<dependency>
47
<groupId>io.confluent</groupId>
48
<artifactId>kafka-schema-registry-client</artifactId> <!-- <1> -->
49
- <version>8.0.1</version>
+ <version>8.0.2</version>
50
</dependency>
51
52
<groupId>org.apache.avro</groupId>
@@ -56,7 +56,7 @@
56
57
58
<artifactId>kafka-avro-serializer</artifactId> <!-- <3> -->
59
60
61
</dependencies>
62
0 commit comments