Skip to content

Commit

Permalink
fix(deps): update dependency io.projectreactor.kafka:reactor-kafka to…
Browse files Browse the repository at this point in the history
… v1.3.20
  • Loading branch information
renovate[bot] committed Aug 15, 2023
1 parent 02cee1d commit fe9c173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-reactor/boot-kafka-reactor-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>io.projectreactor.kafka</groupId>
<artifactId>reactor-kafka</artifactId>
<version>1.3.19</version>
<version>1.3.20</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kafka-reactor/boot-kafka-reactor-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.projectreactor.kafka</groupId>
<artifactId>reactor-kafka</artifactId>
<version>1.3.19</version>
<version>1.3.20</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand Down

0 comments on commit fe9c173

Please sign in to comment.