Skip to content

Commit 2539257

Browse files
Upgrade: [dependabot] - bump io.github.hakky54:logcaptor from 2.12.0 to 2.12.2 (#400)
Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.12.0 to 2.12.2. <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.2</h3> <ul> <li>Improve disabling console output</li> <li>Renamed module name</li> <li>Bumped dependencies</li> </ul> <h3>v2.12.1</h3> <ul> <li>Corrected module-info file</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Hakky54/log-captor/commit/3cab4611aef39e5239fb7fc869ddd7fbca1bc2be"><code>3cab461</code></a> [maven-release-plugin] prepare release v2.12.2</li> <li><a href="https://github.com/Hakky54/log-captor/commit/71e11263edc0e493f170b5626c32fccda1be230f"><code>71e1126</code></a> Updated docs</li> <li><a href="https://github.com/Hakky54/log-captor/commit/89ce919e65840f476662a380c4d61f8f5c3bbe6f"><code>89ce919</code></a> Properly disable and enable console output (<a href="https://redirect.github.com/Hakky54/log-captor/issues/209">#209</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/f09167199e5ec2faa995313f008df7022085e3c3"><code>f091671</code></a> Change dependabot schedule to monthly</li> <li><a href="https://github.com/Hakky54/log-captor/commit/0d33142c68741c0ca16179f22ec43763a571dfb1"><code>0d33142</code></a> Reformatted sonar secret</li> <li><a href="https://github.com/Hakky54/log-captor/commit/fb7269cfe017f450515fc1384c61e8f08de5cef8"><code>fb7269c</code></a> Reformatted sonar secret</li> <li><a href="https://github.com/Hakky54/log-captor/commit/4a4001b6ead7a48bd2f4a31a744d303aad245eea"><code>4a4001b</code></a> Fixed quality scan runner</li> <li><a href="https://github.com/Hakky54/log-captor/commit/af50ab820c91d7d8a836e8067859f1a258c73f76"><code>af50ab8</code></a> Bump version.log4j from 2.25.2 to 2.25.3 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/207">#207</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/0529417fd9d5bd7c89a1d194cff9528a882c165a"><code>0529417</code></a> Bump net.bytebuddy:byte-buddy from 1.18.2 to 1.18.3 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/206">#206</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/ba8b65b4c5972e3f9dcbe96e2aeac7753d1c15c9"><code>ba8b65b</code></a> Bump org.apache.maven.plugins:maven-release-plugin from 3.3.0 to 3.3.1 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/205">#205</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Hakky54/log-captor/compare/v2.12.0...v2.12.2">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.0&new-version=2.12.2)](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 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] <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 60d76af commit 2539257

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

0 commit comments

Comments
 (0)