Skip to content

Commit 08604ba

Browse files
Upgrade: [dependabot] - bump io.github.hakky54:logcaptor from 2.12.2 to 2.12.5 (#456)
Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.12.2 to 2.12.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD">io.github.hakky54:logcaptor's changelog</a>.</em></p> <blockquote> <h3>v2.12.5</h3> <ul> <li>Prevent duplicate console output when using SpringBootTest with re-enabled ConsoleAppender</li> </ul> <h3>v2.12.4</h3> <ul> <li>Fixed capturing MDC context</li> </ul> <h3>v2.12.3</h3> <ul> <li>Fixed No appenders present in context while using SpringBootTest with disabled ConsoleAppender</li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Hakky54/log-captor/commit/300b05f65a02f497201e890e69e57cfab929dc6a"><code>300b05f</code></a> [maven-release-plugin] prepare release v2.12.5</li> <li><a href="https://github.com/Hakky54/log-captor/commit/4a10bbf10b93be1d646b19a3b40c3f557b30ae54"><code>4a10bbf</code></a> Updated docs</li> <li><a href="https://github.com/Hakky54/log-captor/commit/8ec3c549634ebfe223298eca47e3ab210fee8b72"><code>8ec3c54</code></a> Prevent duplicate console output when re-enabling console output in spring</li> <li><a href="https://github.com/Hakky54/log-captor/commit/d53a73f8d23cf6db918a45dcc1b738b617af6b18"><code>d53a73f</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/Hakky54/log-captor/commit/73655dc8469b6e73f041d9821514328c17098b12"><code>73655dc</code></a> [maven-release-plugin] prepare release v2.12.4</li> <li><a href="https://github.com/Hakky54/log-captor/commit/1506dfc71d2eb3a5bd28b2baf8015c4c8cad9232"><code>1506dfc</code></a> Updated docs</li> <li><a href="https://github.com/Hakky54/log-captor/commit/72f91b318cf45f265c71885db687e7baa800777b"><code>72f91b3</code></a> Fixed backwords compatibility with previous version</li> <li><a href="https://github.com/Hakky54/log-captor/commit/dcec2b600ef0d15a7a76fcd365661e167b89ebfa"><code>dcec2b6</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/Hakky54/log-captor/commit/57b0384c2ed1ef38d841f00f0fb49e6f3edf0701"><code>57b0384</code></a> [maven-release-plugin] prepare release v2.12.3</li> <li><a href="https://github.com/Hakky54/log-captor/commit/68e11177095cd7a5a503488bf812b0e140cf452a"><code>68e1117</code></a> Updated docs</li> <li>Additional commits viewable in <a href="https://github.com/Hakky54/log-captor/compare/v2.12.2...v2.12.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.github.hakky54:logcaptor&package-manager=maven&previous-version=2.12.2&new-version=2.12.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com>
1 parent fcf8232 commit 08604ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>io.github.hakky54</groupId>
4343
<artifactId>logcaptor</artifactId>
44-
<version>2.12.2</version>
44+
<version>2.12.5</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<!--The

0 commit comments

Comments
 (0)