We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aae19d6 + ce26004 commit a26f49dCopy full SHA for a26f49d
1 file changed
pom.xml
@@ -108,14 +108,8 @@
108
<dependencies>
109
<dependency>
110
<groupId>org.junit.jupiter</groupId>
111
- <artifactId>junit-jupiter-api</artifactId>
112
- <version>5.3.1</version>
113
- <scope>test</scope>
114
- </dependency>
115
- <dependency>
116
- <groupId>org.junit.jupiter</groupId>
117
- <artifactId>junit-jupiter-engine</artifactId>
118
+ <artifactId>junit-jupiter</artifactId>
+ <version>5.5.2</version>
119
<scope>test</scope>
120
</dependency>
121
</dependencies>
0 commit comments