Skip to content

Commit d9cebda

Browse files
Upgrade: [dependabot] - bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#484)
Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.12.5 to 2.12.6. <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.6</h3> <ul> <li>Improved reconfiguring LogCaptor</li> <li>Improved reusing existing ConsoleAppender</li> <li>Improved maintainability of the codebase</li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Hakky54/log-captor/commit/001481cb1bc3e5d56a940e8ff5b20297f63e2291"><code>001481c</code></a> [maven-release-plugin] prepare release v2.12.6</li> <li><a href="https://github.com/Hakky54/log-captor/commit/250d22bc96b41d63200f9028c928df4b4fe1ce9a"><code>250d22b</code></a> Updated docs</li> <li><a href="https://github.com/Hakky54/log-captor/commit/27f8d1c70a01975e2f40602629db9756350b53dc"><code>27f8d1c</code></a> Applied AI recommendation</li> <li><a href="https://github.com/Hakky54/log-captor/commit/18244f7480dfc6217632f4ed60ac896ca19125c7"><code>18244f7</code></a> Improved reconfiguring LogCaptor</li> <li><a href="https://github.com/Hakky54/log-captor/commit/b57107654ece2d070a2cc5e9eabe545dd9e3a2fc"><code>b571076</code></a> Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/217">#217</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/1ad70b401789b778dc8b6e096f5a2ab96e10c586"><code>1ad70b4</code></a> Bump version.junit from 5.14.2 to 5.14.3 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/218">#218</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/2b535cd8cfd9d1d532777f39dc226af4a5e813eb"><code>2b535cd</code></a> Bump org.apache.maven.plugins:maven-compiler-plugin (<a href="https://redirect.github.com/Hakky54/log-captor/issues/216">#216</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/93563b74dd9a2758ddffbd92a9c14e5c76b1081c"><code>93563b7</code></a> Bump net.bytebuddy:byte-buddy from 1.18.4 to 1.18.5 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/215">#215</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/18fd35d2f1e16e053caa96390985c5312d0130d4"><code>18fd35d</code></a> Removed redundant console appender config</li> <li><a href="https://github.com/Hakky54/log-captor/commit/34e20dd8bf67c3fdde2ec703d01a98b8b80d61de"><code>34e20dd</code></a> Removed initial console appender</li> <li>Additional commits viewable in <a href="https://github.com/Hakky54/log-captor/compare/v2.12.5...v2.12.6">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.5&new-version=2.12.6)](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>
1 parent 6e4115f commit d9cebda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.5</version>
44+
<version>2.12.6</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<!--The

0 commit comments

Comments
 (0)