Skip to content

Commit

Permalink
Update dependency com.github.tomakehurst:wiremock to v2.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 6c73d7f commit a0a9a0f
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.35.1'

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

0 comments on commit a0a9a0f

Please sign in to comment.