diff --git a/schema/build.gradle b/schema/build.gradle index 1a8bc4888..d02c6ea38 100644 --- a/schema/build.gradle +++ b/schema/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.15.0' implementation 'org.projectlombok:lombok:1.18.34' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0' testImplementation 'org.assertj:assertj-core:3.26.3' }