File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/examples/springboot-kafka-avro Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >io.confluent</groupId >
4848 <artifactId >kafka-schema-registry-client</artifactId > <!-- <1> -->
49- <version >8.0.1 </version >
49+ <version >8.1.0 </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >org.apache.avro</groupId >
5353 <artifactId >avro</artifactId > <!-- <2> -->
54- <version >1.12.0 </version >
54+ <version >1.12.1 </version >
5555 </dependency >
5656 <dependency >
5757 <groupId >io.confluent</groupId >
5858 <artifactId >kafka-avro-serializer</artifactId > <!-- <3> -->
59- <version >8.0.1 </version >
59+ <version >8.1.0 </version >
6060 </dependency >
6161 </dependencies >
6262
7070 <plugin >
7171 <groupId >org.apache.avro</groupId >
7272 <artifactId >avro-maven-plugin</artifactId >
73- <version >1.12.0 </version >
73+ <version >1.12.1 </version >
7474 <executions >
7575 <execution >
7676 <phase >generate-sources</phase >
You can’t perform that action at this time.
0 commit comments