Skip to content

Commit 6de7890

Browse files
fix(deps): update all non-major dependencies to v8.0.2
1 parent 5bd217f commit 6de7890

File tree

1 file changed

+2
-2
lines changed
  • docs/examples/springboot-kafka-avro

1 file changed

+2
-2
lines changed

docs/examples/springboot-kafka-avro/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.confluent</groupId>
4848
<artifactId>kafka-schema-registry-client</artifactId> <!-- <1> -->
49-
<version>8.0.1</version>
49+
<version>8.0.2</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.avro</groupId>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>io.confluent</groupId>
5858
<artifactId>kafka-avro-serializer</artifactId> <!-- <3> -->
59-
<version>8.0.1</version>
59+
<version>8.0.2</version>
6060
</dependency>
6161
</dependencies>
6262

0 commit comments

Comments
 (0)