Skip to content

Commit

Permalink
Update spring kafka to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 94c2eab commit eca3dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions shipment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,14 +254,14 @@
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.7.2</version>
<version>3.0.12</version>
</dependency>

<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<scope>test</scope>
<version>2.7.2</version>
<version>3.0.12</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions shop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,14 +277,14 @@
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.7.2</version>
<version>3.0.12</version>
</dependency>

<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<scope>test</scope>
<version>2.6.3</version>
<version>3.0.12</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down

0 comments on commit eca3dde

Please sign in to comment.