Skip to content

Commit

Permalink
Bump wiremock from 2.23.2 to 2.33.2
Browse files Browse the repository at this point in the history
Bumps wiremock from 2.23.2 to 2.33.2.

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2022
1 parent ef4fb93 commit 7a55ace
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 @@ -82,7 +82,7 @@ dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version:'2.0.3'

testImplementation group: 'junit', name: 'junit', version:'4.13.2'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version:'2.23.2'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version:'2.33.2'
testImplementation group: 'org.slf4j', name: 'slf4j-jdk14', version:'2.0.3'

codacy 'com.github.codacy:codacy-coverage-reporter:-SNAPSHOT'
Expand Down

0 comments on commit 7a55ace

Please sign in to comment.