Skip to content

Commit 5a1feb3

Browse files
committed
Upgrade to JUnit 5.10.1.
See #2160
1 parent e287e95 commit 5a1feb3

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.10.0</junit5>
117+
<junit5>5.10.1</junit5>
119118
<kotlin>1.9.20</kotlin>
120119
<kotlin-coroutines>1.7.3</kotlin-coroutines>
121120
<logback>1.4.1</logback>
@@ -1440,4 +1439,4 @@
14401439
</repository>
14411440
</repositories>
14421441

1443-
</project>
1442+
</project>

0 commit comments

Comments
 (0)