Skip to content

Commit

Permalink
Added junit platform version property
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 19, 2024
1 parent 8058d8e commit f561225
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions parent-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<json.smart.version>2.4.9</json.smart.version>
<junit4.version>4.13.2</junit4.version>
<junit.version>5.11.1</junit.version>
<junit.platform.version>1.11.1</junit.platform.version>
<jsoup.version>1.15.3</jsoup.version>
<logback.version>1.3.6</logback.version>
<metrics.version>2.2.0</metrics.version>
Expand Down Expand Up @@ -296,37 +297,37 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite</artifactId>
<version>1.11.1</version>
<version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.11.1</version>
<version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.11.1</version>
<version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-api</artifactId>
<version>1.11.1</version>
<version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-engine</artifactId>
<version>1.11.1</version>
<version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.11.1</version>
<version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f561225

Please sign in to comment.