Skip to content

Commit

Permalink
build(deps): bump org.wiremock:wiremock-standalone in /src
Browse files Browse the repository at this point in the history
Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.4.1...3.4.2)

---
updated-dependencies:
- dependency-name: org.wiremock:wiremock-standalone
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mloitm committed Feb 27, 2024
1 parent 35d91ea commit 90ea6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/addons/metaservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
testImplementation project(':common:common-test')
testImplementation project(path: ":proxy", configuration: 'testArtifacts')

testImplementation('org.wiremock:wiremock-standalone:3.4.1')
testImplementation('org.wiremock:wiremock-standalone:3.4.2')

testImplementation "wsdl4j:wsdl4j:$wsdl4jVersion"
testImplementation 'org.apache.httpcomponents:httpmime:4.5.14'
Expand Down
2 changes: 1 addition & 1 deletion src/central-server/registration-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ dependencies {
}
testImplementation(testFixtures(project(":common:common-api-throttling")))
testImplementation('org.springframework.boot:spring-boot-starter-test')
testImplementation('org.wiremock:wiremock-standalone:3.4.1')
testImplementation('org.wiremock:wiremock-standalone:3.4.2')
}

0 comments on commit 90ea6f8

Please sign in to comment.