diff --git a/build.gradle b/build.gradle index 6b668f7..95867bd 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { testCompileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' annotationProcessor 'io.fabric8:crd-generator-apt:6.13.0' - testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.1' testImplementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter-test:5.5.0'