Skip to content

Commit

Permalink
README for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wooEnrico committed May 9, 2024
1 parent f8a2f96 commit 2710110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<dependency>
<groupId>io.github.wooenrico</groupId>
<artifactId>kafka</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter/kafka-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ you can use in spring boot 2.x
<dependency>
<groupId>io.github.wooenrico</groupId>
<artifactId>kafka-spring-boot-starter</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter/kafka-spring-boot3-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ you can use in spring boot 3.x
<dependency>
<groupId>io.github.wooenrico</groupId>
<artifactId>kafka-spring-boot3-starter</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 2710110

Please sign in to comment.