Skip to content

Commit

Permalink
Merge pull request #77 from allegro/dependabot/gradle/org.wiremock-wi…
Browse files Browse the repository at this point in the history
…remock-standalone-3.6.0

Bump org.wiremock:wiremock-standalone from 3.5.4 to 3.6.0
  • Loading branch information
3750 authored May 28, 2024
2 parents 26ba3e7 + 53e49e5 commit e425034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part2.2-rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
testImplementation project(':commons')
testImplementation project(':commons-rest')
testImplementation 'org.spockframework:spock-spring:2.4-M4-groovy-4.0'
testImplementation 'org.wiremock:wiremock-standalone:3.5.4'
testImplementation 'org.wiremock:wiremock-standalone:3.6.0'
}

test {
Expand Down

0 comments on commit e425034

Please sign in to comment.