Skip to content

Commit 62e2e04

Browse files
committed
Upgrade to JUnit 5.9.3.
See #1999
1 parent 72c2a01 commit 62e2e04

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<!--
54
@@ -115,7 +114,7 @@
115114
<jsonpath>2.6.0</jsonpath>
116115
<!-- Deprecated: Use junit-vintage-engine and JUnit 4 is included as transitive dependency -->
117116
<junit>4.13.2</junit>
118-
<junit5>5.9.2</junit5>
117+
<junit5>5.9.3</junit5>
119118
<kotlin>1.7.22</kotlin>
120119
<kotlin-coroutines>1.6.4</kotlin-coroutines>
121120
<logback>1.4.1</logback>
@@ -1357,4 +1356,4 @@
13571356
</pluginRepository>
13581357
</pluginRepositories>
13591358

1360-
</project>
1359+
</project>

0 commit comments

Comments
 (0)