Skip to content

Commit 14adbf6

Browse files
committed
update JUnit version to 6.0.3
1 parent f910735 commit 14adbf6

2 files changed

Lines changed: 5 additions & 16 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/.factorypath
77
/.apt_generated/
88
/.sts4-cache/
9+
/.vscode/

pom.xml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
<properties>
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
49+
<junit.version>6.0.3</junit.version>
4950
</properties>
5051

5152
<dependencyManagement>
@@ -115,26 +116,20 @@
115116
<dependency>
116117
<groupId>org.junit.platform</groupId>
117118
<artifactId>junit-platform-launcher</artifactId>
118-
<version>6.0.0</version>
119+
<version>${junit.version}</version>
119120
<scope>test</scope>
120121
</dependency>
121122
<dependency>
122123
<groupId>org.junit.jupiter</groupId>
123124
<artifactId>junit-jupiter-params</artifactId>
124125
<scope>test</scope>
125-
<version>6.0.3</version>
126+
<version>${junit.version}</version>
126127
</dependency>
127128
<dependency>
128129
<groupId>org.junit.jupiter</groupId>
129130
<artifactId>junit-jupiter-engine</artifactId>
130131
<scope>test</scope>
131-
<version>6.0.3</version>
132-
</dependency>
133-
<dependency>
134-
<groupId>org.junit.platform</groupId>
135-
<artifactId>junit-platform-runner</artifactId>
136-
<version>1.14.0</version>
137-
<scope>test</scope>
132+
<version>${junit.version}</version>
138133
</dependency>
139134
<dependency>
140135
<groupId>org.assertj</groupId>
@@ -418,13 +413,6 @@
418413
<groupId>org.apache.maven.plugins</groupId>
419414
<artifactId>maven-surefire-plugin</artifactId>
420415
<version>3.5.5</version>
421-
<dependencies>
422-
<dependency>
423-
<groupId>org.apache.maven.surefire</groupId>
424-
<artifactId>surefire-junit-platform</artifactId>
425-
<version>3.5.5</version>
426-
</dependency>
427-
</dependencies>
428416
</plugin>
429417
<plugin>
430418
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)