Skip to content

Commit

Permalink
fix(deps): update spring boot to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent f14d9b8 commit 23fe9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,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.1")
testImplementation("org.springframework.boot:spring-boot-starter-web:3.4.1")
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")
Expand Down

0 comments on commit 23fe9c8

Please sign in to comment.