Skip to content

Commit

Permalink
Merge pull request #1970 from nordic-institute/dependabot/gradle/src/…
Browse files Browse the repository at this point in the history
…org.wiremock-wiremock-standalone-3.4.1

build(deps): bump org.wiremock:wiremock-standalone from 3.3.1 to 3.4.1 in /src
  • Loading branch information
ovidijusnortal authored Feb 21, 2024
2 parents c58fc9b + db741e3 commit 665ebe0
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.3.1')
testImplementation('org.wiremock:wiremock-standalone:3.4.1')

testImplementation "wsdl4j:wsdl4j:$wsdl4jVersion"
testImplementation 'org.apache.httpcomponents:httpmime:4.5.13'
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 @@ -56,6 +56,6 @@ dependencies {
}
testImplementation(testFixtures(project(":common:common-api-throttling")))
testImplementation('org.springframework.boot:spring-boot-starter-test')
testImplementation('org.wiremock:wiremock-standalone:3.3.1')
testImplementation('org.wiremock:wiremock-standalone:3.4.1')
}

0 comments on commit 665ebe0

Please sign in to comment.