diff --git a/codegen/build.gradle.kts b/codegen/build.gradle.kts index e8c53cf35..2ca106afb 100644 --- a/codegen/build.gradle.kts +++ b/codegen/build.gradle.kts @@ -90,9 +90,9 @@ subprojects { // Apply junit 5 and hamcrest test dependencies to all java projects. dependencies { - testCompileOnly("org.junit.jupiter:junit-jupiter-api:5.11.3") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") - testCompileOnly("org.junit.jupiter:junit-jupiter-params:5.11.3") + testCompileOnly("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testCompileOnly("org.junit.jupiter:junit-jupiter-params:5.11.4") testCompileOnly("org.hamcrest:hamcrest:3.0") }