Skip to content

Commit

Permalink
chore(deps): update dependency org.testcontainers:kafka to v1.20.2 (#562
Browse files Browse the repository at this point in the history
)

* chore(deps): update dependency org.testcontainers:kafka to v1.20.2

* feat : remove version declarations

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raja Kolli <[email protected]>
  • Loading branch information
renovate[bot] and rajadilipkolli authored Oct 1, 2024
1 parent 2ec13a0 commit 46d8a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions kafka-reactor/boot-kafka-reactor-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<scope>test</scope>
<version>1.20.1</version>
</dependency>
</dependencies>

Expand All @@ -96,7 +95,7 @@
<configuration>
<java>
<palantirJavaFormat>
<version>2.47.0</version>
<version>2.50.0</version>
</palantirJavaFormat>
<importOrder/>
<removeUnusedImports/>
Expand Down
3 changes: 1 addition & 2 deletions kafka-spring-boot/boot-kafka-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<scope>test</scope>
<version>1.20.1</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -138,7 +137,7 @@
<configuration>
<java>
<palantirJavaFormat>
<version>2.47.0</version>
<version>2.50.0</version>
</palantirJavaFormat>
<importOrder/>
<removeUnusedImports/>
Expand Down

0 comments on commit 46d8a97

Please sign in to comment.