Skip to content

Commit e75edad

Browse files
Upgrade: [dependabot] - bump io.github.hakky54:logcaptor from 2.9.2 to 2.9.3 (#119)
Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.9.2 to 2.9.3. <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.9.3</h3> <ul> <li>Corrected copyright in license header</li> <li>Bug-fix Handle not initialized logger</li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Hakky54/log-captor/commit/9653fa4c41e13af5207d94f5f78a053225535061"><code>9653fa4</code></a> [maven-release-plugin] prepare release v2.9.3</li> <li><a href="https://github.com/Hakky54/log-captor/commit/6e644119e4863c90bac5d267a50a9db46710d24d"><code>6e64411</code></a> Removed deprecated property from maven-release-plugin</li> <li><a href="https://github.com/Hakky54/log-captor/commit/526e3d6abb7a83e1287c346fe9f27c605de3e944"><code>526e3d6</code></a> Updated docs</li> <li><a href="https://github.com/Hakky54/log-captor/commit/93b95dd930ceacdeba9afdae13863c5236d553ed"><code>93b95dd</code></a> Eliminated code duplication</li> <li><a href="https://github.com/Hakky54/log-captor/commit/ff4e131716a5e96806fc8a12a420db2f4f597320"><code>ff4e131</code></a> Sealed internal api</li> <li><a href="https://github.com/Hakky54/log-captor/commit/4dbc16559c746f037d16b0b4f7c5f2d14c8f957b"><code>4dbc165</code></a> Handle not initialized logger (<a href="https://redirect.github.com/Hakky54/log-captor/issues/94">#94</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/b9fad74bd2f9a381ef2a110c155ce0c9546b99a3"><code>b9fad74</code></a> Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0</li> <li><a href="https://github.com/Hakky54/log-captor/commit/326eb3b1426b8a24abbf1a52112cc95891120b54"><code>326eb3b</code></a> Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0</li> <li><a href="https://github.com/Hakky54/log-captor/commit/6ac83f06f468c9a50791d28979c00e01742812a1"><code>6ac83f0</code></a> Corrected license header</li> <li><a href="https://github.com/Hakky54/log-captor/commit/70016f565c18a40ba3eb56d56881ea24a6d2336e"><code>70016f5</code></a> Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0</li> <li>Additional commits viewable in <a href="https://github.com/Hakky54/log-captor/compare/v2.9.2...v2.9.3">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.9.2&new-version=2.9.3)](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 7ef368f commit e75edad

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
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.github.hakky54</groupId>
4242
<artifactId>logcaptor</artifactId>
43-
<version>2.9.2</version>
43+
<version>2.9.3</version>
4444
<scope>test</scope>
4545
</dependency>
4646
<!--The

0 commit comments

Comments
 (0)