Skip to content

Commit

Permalink
feat : remove version declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Oct 1, 2024
1 parent de33f3e commit 4dc68f1
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.2</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.2</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 4dc68f1

Please sign in to comment.