diff --git a/modules/junit-jupiter/build.gradle b/modules/junit-jupiter/build.gradle index ad74eb3ec26..5f242c549ae 100644 --- a/modules/junit-jupiter/build.gradle +++ b/modules/junit-jupiter/build.gradle @@ -13,7 +13,7 @@ dependencies { exclude(module: 'hamcrest-core') } testImplementation 'org.assertj:assertj-core:3.18.1' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.1' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2' testRuntimeOnly 'org.postgresql:postgresql:42.2.20' testRuntimeOnly 'mysql:mysql-connector-java:8.0.25'