Skip to content

Commit 8c5ed81

Browse files
Bump org.wiremock:wiremock from 3.0.3 to 3.0.4 (#47)
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.0.3 to 3.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wiremock/wiremock/releases">org.wiremock:wiremock's releases</a>.</em></p> <blockquote> <h2>3.0.4</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Add working equals &amp; readable toString to NetworkAddressRange (<a href="https://redirect.github.com/wiremock/wiremock/issues/2358">#2358</a>) <a href="https://github.com/Mahoney"><code>@​Mahoney</code></a></li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Fix standalone missing filename extension bug (<a href="https://redirect.github.com/wiremock/wiremock/issues/2366">#2366</a>) <a href="https://github.com/tomakehurst"><code>@​tomakehurst</code></a></li> <li>Added a setter for max template cache entries in WireMockConfiguration (<a href="https://redirect.github.com/wiremock/wiremock/issues/2365">#2365</a>) <a href="https://github.com/tomakehurst"><code>@​tomakehurst</code></a></li> <li>Second attempt at fixing shaded webhooks plugin (<a href="https://redirect.github.com/wiremock/wiremock/issues/2362">#2362</a>) <a href="https://github.com/tomakehurst"><code>@​tomakehurst</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Bump org.scala-lang:scala-library test dependency from 2.13.11 to 2.13.12 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2360">#2360</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>✍ Other changes</h2> <ul> <li>Add tests proving we match on request bodies (<a href="https://redirect.github.com/wiremock/wiremock/issues/2367">#2367</a>) <a href="https://github.com/Mahoney"><code>@​Mahoney</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wiremock/wiremock/commit/0315cd465e6b231f29e87d520990e336cdb0bb2e"><code>0315cd4</code></a> 2nd attempt at fixing non-shaded webhooks JAR problem by disabling the JAR ta...</li> <li><a href="https://github.com/wiremock/wiremock/commit/8e15b7d3bdceba7fe1153b21dfe04e4a06d14223"><code>8e15b7d</code></a> Bumped patch version</li> <li><a href="https://github.com/wiremock/wiremock/commit/e4dbb74069af90696fc058b809f8fa6783f10e67"><code>e4dbb74</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2360">#2360</a> from wiremock/dependabot/gradle/org.scala-lang-scala...</li> <li><a href="https://github.com/wiremock/wiremock/commit/3233c536acdeb209ac7c769a7ba41d209ee02f1b"><code>3233c53</code></a> Bump org.scala-lang:scala-library from 2.13.11 to 2.13.12</li> <li>See full diff in <a href="https://github.com/wiremock/wiremock/compare/3.0.3...3.0.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.wiremock:wiremock&package-manager=gradle&previous-version=3.0.3&new-version=3.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8945b3c commit 8c5ed81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wrapper {
2424
project.ext {
2525
baseArtifact = 'wiremock-state-extension'
2626
versions = [
27-
wiremock : '3.0.3',
27+
wiremock : '3.0.4',
2828
caffeine : '3.1.8',
2929
handlebars: '4.3.1',
3030
junit : '5.10.0',

0 commit comments

Comments
 (0)