-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 8572da4
authored
Bump org.wiremock:wiremock from 3.0.1 to 3.0.2 (#43)
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from
3.0.1 to 3.0.2.
<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.2</h2>
<!-- raw HTML omitted -->
<h2>🐛 Bug fixes</h2>
<ul>
<li>fix: avoid crash when printing help in wiremock-standalone (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2351">#2351</a>)
<a
href="https://github.com/tomasbjerre"><code>@tomasbjerre</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Reset system properties at end of test (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2356">#2356</a>)
<a href="https://github.com/Mahoney"><code>@Mahoney</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump org.eclipse.jetty:jetty-bom from 11.0.15 to 11.0.16 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2346">#2346</a>)
<a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>Bump org.slf4j:log4j-over-slf4j from 2.0.7 to 2.0.9 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2353">#2353</a>)
<a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>Bump org.sonarqube from 4.3.0.3225 to 4.3.1.3277 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2352">#2352</a>)
<a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wiremock/wiremock/commit/21a962245b6280aaf3ec79f7801fb2e8d0fe4367"><code>21a9622</code></a>
Bumped patch version</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/1bb8b2df673998dc5ab680d437df6985ceac960d"><code>1bb8b2d</code></a>
Bump org.eclipse.jetty:jetty-bom from 11.0.15 to 11.0.16 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2346">#2346</a>)</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/3fc3b8808ffb52fbad404c6a2dd0d1d6da9e588a"><code>3fc3b88</code></a>
Bump org.slf4j:log4j-over-slf4j from 2.0.7 to 2.0.9 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2353">#2353</a>)</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/04564408e13f64e30c0856adaebc21e5d06ebc4e"><code>0456440</code></a>
Bump org.sonarqube from 4.3.0.3225 to 4.3.1.3277 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2352">#2352</a>)</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/18ccdc63c943628f848435744e6089747ca11764"><code>18ccdc6</code></a>
Merge pull request <a
href="https://redirect.github.com/wiremock/wiremock/issues/2356">#2356</a>
from wiremock/reset-system-properties</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/c4e1b73db8697864c6ccf76e7cd9c4c5bd7c68a8"><code>c4e1b73</code></a>
Reset system properties at end of test</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/f9a9f205bba5eb4a3d2017905a26aeb0cc0edb67"><code>f9a9f20</code></a>
fix: avoid crash when printing help in wiremock-standalone (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2351">#2351</a>)</li>
<li>See full diff in <a
href="https://github.com/wiremock/wiremock/compare/3.0.1...3.0.2">compare
view</a></li>
</ul>
</details>
<br />
[](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 29f0ebc commit 8572da4Copy full SHA for 8572da4
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: build.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
0 commit comments