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 21, 2025
1 parent dcab710 commit 79ed09a
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 @@ -198,7 +198,7 @@ project(":pact-jvm-mock-spring") {
project(":pact-jvm-mock-test") {
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("org.springframework.boot:spring-boot-starter-web:3.0.2")
implementation("org.springframework.boot:spring-boot-starter-web:3.4.1")
implementation("org.springframework:spring-web:6.0.4")

testImplementation("io.mockk:mockk:1.13.16")
Expand All @@ -210,7 +210,7 @@ project(":pact-jvm-mock-test") {
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4")
testImplementation("org.mockito:mockito-core:5.15.2")
testImplementation("org.mockito:mockito-junit-jupiter:5.15.2")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.2")
testImplementation("org.springframework.boot:spring-boot-starter-test: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 79ed09a

Please sign in to comment.