diff --git a/build.gradle b/build.gradle index ebea711..46c2f51 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.springframework.boot:spring-boot-starter-validation' - implementation 'org.junit.vintage:junit-vintage-engine:5.9.2' + implementation 'org.junit.vintage:junit-vintage-engine:5.11.1' runtimeOnly 'io.micrometer:micrometer-registry-prometheus' testImplementation 'org.springframework.boot:spring-boot-starter-test' }