diff --git a/build.gradle.kts b/build.gradle.kts index d5ab96b..c025d8b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -184,8 +184,8 @@ project(":pact-jvm-mockk-spring") { testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2") testImplementation("io.github.ludorival:kotlin-tdd:2.2.0") testImplementation("org.springframework:spring-web:6.2.1") - testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.3") - testImplementation("org.springframework.boot:spring-boot-starter-web:3.2.3") + testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.0") + testImplementation("org.springframework.boot:spring-boot-starter-web:3.4.0") testImplementation("au.com.dius.pact.provider:junit5:4.6.16") testImplementation("au.com.dius.pact.provider:junit5spring:4.6.16") testImplementation("au.com.dius.pact.provider:spring:4.6.16")