Skip to content

Commit 841015d

Browse files
Upgrade: [dependabot] - bump io.github.hakky54:logcaptor from 2.10.1 to 2.10.2 (#274)
Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.10.1 to 2.10.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.10.2</h3> <ul> <li>Added toString method to LogCaptor</li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Hakky54/log-captor/commit/9477d36ba13b258bb48aad79e7cc8b7c17304bed"><code>9477d36</code></a> [maven-release-plugin] prepare release v2.10.2</li> <li><a href="https://github.com/Hakky54/log-captor/commit/bc899475ba8224701d8220c8ecf10c4fddb13f62"><code>bc89947</code></a> Updated docs</li> <li><a href="https://github.com/Hakky54/log-captor/commit/3837266522041a55d17345bd7258cf6a89bb1928"><code>3837266</code></a> add toString method to LogCaptor (<a href="https://redirect.github.com/Hakky54/log-captor/issues/161">#161</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/844760791029e23ea2a73e0a5af6fead25e36151"><code>8447607</code></a> Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/160">#160</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/1762d88552aef36fd7aa87f38b54a4701d635ac4"><code>1762d88</code></a> Bump net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/158">#158</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/321192df7971a40debb0048734d52c469afae5dc"><code>321192d</code></a> Bump version.junit from 5.12.0 to 5.12.1 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/156">#156</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/8206c075a2264d2287620662dcb50889de5b36cf"><code>8206c07</code></a> Bump net.bytebuddy:byte-buddy from 1.17.1 to 1.17.2 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/155">#155</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/4c245f71a6b5f6f9d00b2a82ce8c49dbd15e97df"><code>4c245f7</code></a> Resolved license warning message</li> <li><a href="https://github.com/Hakky54/log-captor/commit/66801f17654976f9e6ba823ed236f94e21664944"><code>66801f1</code></a> Bump version.slf4j from 2.0.16 to 2.0.17 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/154">#154</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/13aa8a401d009f7642fe89bd5f3e331afb11a10e"><code>13aa8a4</code></a> fix typo in README (<a href="https://redirect.github.com/Hakky54/log-captor/issues/153">#153</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Hakky54/log-captor/compare/v2.10.1...v2.10.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.10.1&new-version=2.10.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>
1 parent f1f4d54 commit 841015d

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

0 commit comments

Comments
 (0)