Skip to content

Commit 36ac3e4

Browse files
committed
Improved pack
1 parent d3c60a0 commit 36ac3e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom-pack17.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.junit.jupiter</groupId>
6060
<artifactId>junit-jupiter-engine</artifactId>
61-
<version>[5.10.0,)</version>
61+
<version>[5.10.1,)</version>
6262
</dependency>
6363
</dependencies>
6464
</plugin>
@@ -238,13 +238,13 @@
238238
<dependency>
239239
<groupId>org.junit.jupiter</groupId>
240240
<artifactId>junit-jupiter-api</artifactId>
241-
<version>[5.10.0,)</version>
241+
<version>[5.10.1,)</version>
242242
<scope>test</scope>
243243
</dependency>
244244
<dependency>
245245
<groupId>org.junit.platform</groupId>
246246
<artifactId>junit-platform-launcher</artifactId>
247-
<version>[1.10.0,)</version>
247+
<version>[1.10.1,)</version>
248248
<scope>test</scope>
249249
</dependency>
250250
<dependency>

0 commit comments

Comments
 (0)