Skip to content

Commit

Permalink
Synch junit deps (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Aug 16, 2024
1 parent de7c9da commit e8ffb35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<argLine>-Dfile.encoding=UTF-8</argLine>

<junit.version>5.11.0</junit.version>
</properties>

<repositories>
Expand Down Expand Up @@ -101,7 +103,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.3</version>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand All @@ -118,7 +120,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.3</version>
<version>${junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit e8ffb35

Please sign in to comment.