Skip to content

Commit

Permalink
Updated to bom usage
Browse files Browse the repository at this point in the history
 * JUnit Jupiter to 5.10.0
 * AssertJ to 3.24.2
  • Loading branch information
khmarbaise committed Aug 21, 2023
1 parent bd94490 commit a4cee90
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,21 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.1</version>
<version>5.10.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.10.1</version>
<groupId>org.assertj</groupId>
<artifactId>assertj-bom</artifactId>
<version>3.24.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.23.1</version>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.15.1</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
Expand Down

0 comments on commit a4cee90

Please sign in to comment.