Skip to content

Commit

Permalink
build(deps): bump org.apache.httpcomponents:httpmime in /src
Browse files Browse the repository at this point in the history
Bumps org.apache.httpcomponents:httpmime from 4.5.13 to 4.5.14.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpmime
  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 22, 2024
1 parent 5488b2c commit 302d451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/metaservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testImplementation('org.wiremock:wiremock-standalone:3.4.1')

testImplementation "wsdl4j:wsdl4j:$wsdl4jVersion"
testImplementation 'org.apache.httpcomponents:httpmime:4.5.13'
testImplementation 'org.apache.httpcomponents:httpmime:4.5.14'
testImplementation "org.xmlunit:xmlunit-core:$xmlUnitVersion"
testImplementation "org.xmlunit:xmlunit-matchers:$xmlUnitVersion"
testImplementation "org.hsqldb:hsqldb:$hsqldbVersion"
Expand Down

0 comments on commit 302d451

Please sign in to comment.