Skip to content

Commit e5ad3fa

Browse files
committed
Downgrade to JUnit 5.12.2.
JUnit 5.13 introduced some changes to their API and therefore, we need to stay on the older version until migrating to parametrized test classes. See #3167
1 parent adb23d6 commit e5ad3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<multithreadedtc>1.01</multithreadedtc>
2929
<netty>4.1.121.Final</netty>
3030
<java-module-name>spring.data.redis</java-module-name>
31+
<junit5>5.12.2</junit5>
3132
</properties>
3233

3334
<scm>

0 commit comments

Comments
 (0)