diff --git a/build.gradle b/build.gradle index 19672288..c23759aa 100644 --- a/build.gradle +++ b/build.gradle @@ -436,7 +436,7 @@ dependencies { annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' - testImplementation(platform('org.junit:junit-bom:5.11.3')) + testImplementation(platform('org.junit:junit-bom:5.11.4')) testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', { exclude group: 'junit', module: 'junit' exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'