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 22, 2025
1 parent 30ed549 commit fe75989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ 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")
implementation("org.springframework.boot:spring-boot-starter-amqp:3.0.2")
implementation("org.springframework.boot:spring-boot-starter-amqp:3.4.1")

testImplementation("io.mockk:mockk:1.13.16")
testImplementation(project(":pact-jvm-mock-spring"))
Expand All @@ -212,7 +212,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 fe75989

Please sign in to comment.