Skip to content

Commit

Permalink
fix(deps): update dependency io.confluent:kafka-avro-serializer to v7…
Browse files Browse the repository at this point in the history
….8.0 (#603)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent a2be501 commit 25ab7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-avro/spring-boot-kafka-avro-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<java.version>21</java.version>
<avro.version>1.12.0</avro.version>
<confluent.version>7.7.2</confluent.version>
<confluent.version>7.8.0</confluent.version>
<springdoc-openapi.version>2.7.0</springdoc-openapi.version>

<spotless.version>2.43.0</spotless.version>
Expand Down
2 changes: 1 addition & 1 deletion kafka-avro/spring-boot-kafka-avro-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<java.version>21</java.version>
<avro.version>1.12.0</avro.version>
<confluent.version>7.7.2</confluent.version>
<confluent.version>7.8.0</confluent.version>
<springdoc-openapi.version>2.6.0</springdoc-openapi.version>

<spotless.version>2.43.0</spotless.version>
Expand Down

0 comments on commit 25ab7da

Please sign in to comment.