Skip to content

Commit

Permalink
Update JUnit version
Browse files Browse the repository at this point in the history
Signed-off-by: Wayne Beaton <[email protected]>
  • Loading branch information
waynebeaton committed Sep 26, 2024
1 parent 7eb9f8b commit 3853a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,25 +118,25 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.2</version>
<version>5.11.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-engine</artifactId>
<version>1.10.2</version>
<version>1.11.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.2</version>
<version>5.11.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-api</artifactId>
<version>1.10.3</version>
<version>1.11.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3853a9c

Please sign in to comment.