Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework:spring-web to v6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 6f28e2e commit 8424717
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 @@ -190,7 +190,7 @@ project(":pact-jvm-mock-spring") {
dependencies {
api(project(":pact-jvm-mock"))
implementation(kotlin("stdlib-jdk8"))
compileOnly("org.springframework:spring-web:6.2.1")
compileOnly("org.springframework:spring-web:6.2.2")
compileOnly("org.springframework.amqp:spring-rabbit:3.2.1")
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.18.2")
}
Expand All @@ -200,7 +200,7 @@ project(":pact-jvm-mock-test") {
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("org.springframework.boot:spring-boot-starter-web:3.0.2")
implementation("org.springframework:spring-web:6.0.4")
implementation("org.springframework:spring-web:6.2.2")
implementation("org.springframework.boot:spring-boot-starter-amqp:3.0.2")

testImplementation("io.mockk:mockk:1.13.16")
Expand Down

0 comments on commit 8424717

Please sign in to comment.