diff --git a/build.gradle b/build.gradle index ba01267..aa6ff2a 100644 --- a/build.gradle +++ b/build.gradle @@ -215,8 +215,8 @@ subprojects { implementation project(':core') } - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.4' } }