Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework:spring-web to v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 965c145 commit e47e9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,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.1")

testImplementation("io.mockk:mockk:1.13.14")
testImplementation(project(":pact-jvm-mock-spring"))
Expand Down

0 comments on commit e47e9af

Please sign in to comment.