diff --git a/build.gradle b/build.gradle index f7c8531..484f4d0 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { 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.2' - testImplementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter-test:5.5.0' + testImplementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter-test:5.6.0' } tasks.named('test') {