HHH-14635 Update to latest JUnit

This commit is contained in:
Yoann Rodière 2021-05-25 12:12:49 +02:00
parent cea044ec69
commit 0c74a9263c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
// use. In that respect it serves a role similar to <dependencyManagement> in Maven
ext {
junitVersion = '4.12'
junitVersion = '4.13.2'
h2Version = '1.4.197'
bytemanVersion = '4.0.13' //Compatible with JDK16
jnpVersion = '5.0.6.CR1'