Skip to content

Commit

Permalink
feat: updated versions in pom.xml
Browse files Browse the repository at this point in the history
Contributes to: event-integration/eventstreams-planning#12988
Signed-off-by: Priyanka.K.U [email protected]
  • Loading branch information
Priyanka K U authored and Priyanka K U committed Aug 6, 2024
1 parent c36bf8a commit a22bf9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.1.0</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -94,7 +94,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.17.2</version>
<version>1.17.6</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit a22bf9f

Please sign in to comment.