Skip to content

Commit 7c0748d

Browse files
Upgrade: [dependabot] - bump io.github.hakky54:logcaptor from 2.10.2 to 2.11.0 (#280)
Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.10.2 to 2.11.0. <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.11.0</h3> <ul> <li>Added option to capture Markers</li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Hakky54/log-captor/commit/12043b9d88a4c69b948a7f87a22074900558d553"><code>12043b9</code></a> [maven-release-plugin] prepare release v2.11.0</li> <li><a href="https://github.com/Hakky54/log-captor/commit/9c3871230d22540c040e157cb63b60a244625bae"><code>9c38712</code></a> Updated docs</li> <li><a href="https://github.com/Hakky54/log-captor/commit/56c1b662fd0ddba2c77dd37b64cef22777f008d3"><code>56c1b66</code></a> Added support for markers (<a href="https://redirect.github.com/Hakky54/log-captor/issues/167">#167</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/5f4886444588d9809f82bd558e89be60b379b4f4"><code>5f48864</code></a> Bump version.junit from 5.12.1 to 5.12.2 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/165">#165</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/341ff2b37e80ef77cb78d92ecd67c5962f6566e3"><code>341ff2b</code></a> Bump org.projectlombok:lombok from 1.18.36 to 1.18.38 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/162">#162</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/b950778203c590fabb1ed02c3e6110ee869aa81e"><code>b950778</code></a> Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/163">#163</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/86d35b330b9ccd2af7299e67eaa381b79bc11dc0"><code>86d35b3</code></a> Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 (<a href="https://redirect.github.com/Hakky54/log-captor/issues/164">#164</a>)</li> <li><a href="https://github.com/Hakky54/log-captor/commit/d3be889e36207dd05dbc794d3c5abb900778e811"><code>d3be889</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/Hakky54/log-captor/compare/v2.10.2...v2.11.0">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.2&new-version=2.11.0)](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 a446401 commit 7c0748d

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

0 commit comments

Comments
 (0)