Skip to content

Commit a44ca5c

Browse files
Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.24.1 to 0.24.2 (#314)
Bumps [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.24.1 to 0.24.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/siom79/japicmp/commit/9954b2c4b8b2f5431d71bda9c05aad7c60308019"><code>9954b2c</code></a> [maven-release-plugin] prepare release japicmp-base-0.24.2</li> <li><a href="https://github.com/siom79/japicmp/commit/0f193730c5446b7ebd449c45709f82e7282a1ed0"><code>0f19373</code></a> upgraded version in *.md files to 0.24.2</li> <li><a href="https://github.com/siom79/japicmp/commit/253e615068339d5066bdf96f87cafdaec46ed265"><code>253e615</code></a> <a href="https://redirect.github.com/siom79/japicmp/issues/439">#439</a> ReleaseNotes.md</li> <li><a href="https://github.com/siom79/japicmp/commit/d486a998c2886a9a36fee16705f8e9215ef1a612"><code>d486a99</code></a> <a href="https://redirect.github.com/siom79/japicmp/issues/439">#439</a> remove phase for maven goal helpmojo</li> <li><a href="https://github.com/siom79/japicmp/commit/c625d4d77f1658a282f56813c8b94f1205a03f24"><code>c625d4d</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/440">#440</a> from siom79/438-failure-with-method_abstract_added_in...</li> <li><a href="https://github.com/siom79/japicmp/commit/ea1ddf04995cb7edc13e58d436683fe29dc11ca3"><code>ea1ddf0</code></a> <a href="https://redirect.github.com/siom79/japicmp/issues/438">#438</a> add another test in GenericsTest</li> <li><a href="https://github.com/siom79/japicmp/commit/831085ce472b976722b4e6b0861e7324f796f24f"><code>831085c</code></a> <a href="https://redirect.github.com/siom79/japicmp/issues/438">#438</a> add GenericsTest</li> <li><a href="https://github.com/siom79/japicmp/commit/1b4792b50ba50664f3bcc6045a9530488b14c12c"><code>1b4792b</code></a> <a href="https://redirect.github.com/siom79/japicmp/issues/438">#438</a> hasSameParameter() uses template parameter</li> <li><a href="https://github.com/siom79/japicmp/commit/a54a58d3156099a43b48984beab71a09b66bedfa"><code>a54a58d</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/437">#437</a> from siom79/426-snapshot</li> <li><a href="https://github.com/siom79/japicmp/commit/6b35dd55967ace45b8902a2a1e012b609f0dc276"><code>6b35dd5</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>Additional commits viewable in <a href="https://github.com/siom79/japicmp/compare/japicmp-base-0.24.1...japicmp-base-0.24.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.siom79.japicmp:japicmp-maven-plugin&package-manager=maven&previous-version=0.24.1&new-version=0.24.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e019bdc commit a44ca5c

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
@@ -440,7 +440,7 @@
440440
<plugin>
441441
<groupId>com.github.siom79.japicmp</groupId>
442442
<artifactId>japicmp-maven-plugin</artifactId>
443-
<version>0.24.1</version>
443+
<version>0.24.2</version>
444444
</plugin>
445445
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
446446
<plugin>

0 commit comments

Comments
 (0)