Skip to content

Commit 0f8f3b5

Browse files
committed
Upgrade to JUnit 5.9.2.
See #1918
1 parent d808a84 commit 0f8f3b5

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.1</junit5>
117+
<junit5>5.9.2</junit5>
119118
<kotlin>1.7.22</kotlin>
120119
<kotlin-coroutines>1.6.4</kotlin-coroutines>
121120
<logback>1.4.1</logback>
@@ -1342,4 +1341,4 @@
13421341
</pluginRepository>
13431342
</pluginRepositories>
13441343

1345-
</project>
1344+
</project>

0 commit comments

Comments
 (0)