diff --git a/build.gradle b/build.gradle index 9fb237e..c633b50 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { compile 'net.jodah:typetools:0.6.1' testCompile 'org.junit.jupiter:junit-jupiter-api:5.4.2' - testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.4.2' + testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.7.2' testCompile "org.mockito:mockito-junit-jupiter:$mockitoVersion" testCompile 'org.assertj:assertj-core:3.15.0' }