diff --git a/build.gradle b/build.gradle index ff81ac0..830a7aa 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ subprojects { apply plugin: 'io.spring.dependency-management' dependencies { - testImplementation platform('org.junit:junit-bom:5.11.1') + testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.springframework.boot:spring-boot-starter-test'