Skip to content

Commit

Permalink
Update dependency com.github.tomakehurst:wiremock to v2.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 22, 2023
1 parent 5bf82ea commit 3f27087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dependencies {
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '4.3.0'

testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.23.2'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.33.2'

testImplementation('org.junit.jupiter:junit-jupiter:5.6.0')
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}"
Expand Down

0 comments on commit 3f27087

Please sign in to comment.