diff --git a/build.gradle b/build.gradle index 07e8146..0a770b7 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { [compileKotlin, compileTestKotlin]*.kotlinOptions*.jvmTarget = "17" ext { - junitVersion = "5.11.0" + junitVersion = "5.13.4" mockitoVersion = "5.13.0" assertjVersion = "3.26.3" aspectjVersion = "1.9.22.1"