Skip to content

Commit

Permalink
create property for junit.jupiter.version (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicklas Körtge <nicklas.koertge1@ibm.com>
  • Loading branch information
n1ckl0sk0rtge authored Sep 26, 2024
1 parent 160dec0 commit 1f2c08b
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 @@ -48,6 +48,8 @@
<sonar.java.version>8.3.0.36747</sonar.java.version>
<sonar.python.version>4.22.0.16914</sonar.python.version>

<junit.jupiter.version>5.11.1</junit.jupiter.version>

<google-java-format.version>1.23.0</google-java-format.version>
</properties>

Expand Down Expand Up @@ -117,13 +119,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.1</version>
<version>${junit.jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.1</version>
<version>${junit.jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1f2c08b

Please sign in to comment.