Skip to content

Commit 3c71dde

Browse files
committed
Update dependency junit:junit to v4.13.2
1 parent 0c1f28c commit 3c71dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
so the Kotlin compiler reports a warning when you use coroutines in your project.
2323
To turn off the warning, add the following block to your pom.xml file -->
2424
<experimentalCoroutines>enable</experimentalCoroutines>
25-
<junit.version>4.13.1</junit.version>
25+
<junit.version>4.13.2</junit.version>
2626
</properties>
2727

2828
<dependencies>

0 commit comments

Comments
 (0)