diff --git a/build.gradle b/build.gradle index 673a60f..f8136fb 100644 --- a/build.gradle +++ b/build.gradle @@ -137,8 +137,8 @@ dependencies { implementation ('com.networknt:json-schema-validator:3.0.0') - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' }