Skip to content

Commit

Permalink
Bump io.kotest.extensions:kotest-extensions-wiremock from 3.0.1 to 3.…
Browse files Browse the repository at this point in the history
…1.0 (#9)

Bumps
[io.kotest.extensions:kotest-extensions-wiremock](https://github.com/kotest/kotest-extensions-wiremock)
from 3.0.1 to 3.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kotest/kotest-extensions-wiremock/releases">io.kotest.extensions:kotest-extensions-wiremock's
releases</a>.</em></p>
<blockquote>
<h2>v3.1.0</h2>
<h2>What's Changed</h2>
<p>Wiremock upgraded from 3.3.1 to 3.6.0</p>
<hr />
<ul>
<li>chore(deps): update actions/checkout action to v4 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/kotest/kotest-extensions-wiremock/pull/34">kotest/kotest-extensions-wiremock#34</a></li>
<li>chore(deps): update actions/setup-java action to v4 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/kotest/kotest-extensions-wiremock/pull/35">kotest/kotest-extensions-wiremock#35</a></li>
<li>chore(deps): update dependency gradle to v8 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/kotest/kotest-extensions-wiremock/pull/37">kotest/kotest-extensions-wiremock#37</a></li>
<li>fix(deps): update dependency org.wiremock:wiremock-standalone to
v3.6.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/kotest/kotest-extensions-wiremock/pull/41">kotest/kotest-extensions-wiremock#41</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kotest/kotest-extensions-wiremock/compare/v3.0.1...v3.1.0">https://github.com/kotest/kotest-extensions-wiremock/compare/v3.0.1...v3.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kotest/kotest-extensions-wiremock/commit/a1f9967051755c95acd1142b61f5c58b6e4460d1"><code>a1f9967</code></a>
fix(deps): update dependency org.wiremock:wiremock-standalone to v3.6.0
(<a
href="https://redirect.github.com/kotest/kotest-extensions-wiremock/issues/41">#41</a>)</li>
<li><a
href="https://github.com/kotest/kotest-extensions-wiremock/commit/ee17232bcfe17c1d14994774a9ce9e5ad861542e"><code>ee17232</code></a>
chore(deps): update dependency gradle to v8 (<a
href="https://redirect.github.com/kotest/kotest-extensions-wiremock/issues/37">#37</a>)</li>
<li><a
href="https://github.com/kotest/kotest-extensions-wiremock/commit/8f1b09ced710a7ec31e4e4cd8d1bd7740b51315e"><code>8f1b09c</code></a>
Update actions/setup-java action to v4 (<a
href="https://redirect.github.com/kotest/kotest-extensions-wiremock/issues/35">#35</a>)</li>
<li><a
href="https://github.com/kotest/kotest-extensions-wiremock/commit/59c08ff02c86c5341654482e72e5a920878443e2"><code>59c08ff</code></a>
Update actions/checkout action to v4 (<a
href="https://redirect.github.com/kotest/kotest-extensions-wiremock/issues/34">#34</a>)</li>
<li>See full diff in <a
href="https://github.com/kotest/kotest-extensions-wiremock/compare/v3.0.1...v3.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.kotest.extensions:kotest-extensions-wiremock&package-manager=gradle&previous-version=3.0.1&new-version=3.1.0)](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>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 775d7c8 commit e845464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

testImplementation("io.ktor:ktor-client-logging")

testImplementation("io.kotest.extensions:kotest-extensions-wiremock:3.0.1")
testImplementation("io.kotest.extensions:kotest-extensions-wiremock:3.1.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.8.1")
}

Expand Down

0 comments on commit e845464

Please sign in to comment.