Skip to content

Commit 29be505

Browse files
Build(deps): Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.24.2 to 0.25.0 (#1486)
Bumps [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.24.2 to 0.25.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/siom79/japicmp/commit/67ecde3e0b6f5c02b24dfaad68f76b8dcab87d52"><code>67ecde3</code></a> [maven-release-plugin] prepare release japicmp-base-0.25.0</li> <li><a href="https://github.com/siom79/japicmp/commit/6c3cfb10af14bb10e627eda3eb5c678ba38975b4"><code>6c3cfb1</code></a> upgraded version in *.md files to 0.25.0</li> <li><a href="https://github.com/siom79/japicmp/commit/677eabe3e78afb275942f31acd03fb41b9d88698"><code>677eabe</code></a> 0.25.0-SNAPSHOT</li> <li><a href="https://github.com/siom79/japicmp/commit/3cc9aa4dfbf21abf1781c4fd1b1c1d8b309625aa"><code>3cc9aa4</code></a> ReleaseNotes.md</li> <li><a href="https://github.com/siom79/japicmp/commit/c640748c558d8836031549c5c1a6605dfa59705a"><code>c640748</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/467">#467</a> from jonahgraham/guess-version-in-cli</li> <li><a href="https://github.com/siom79/japicmp/commit/88ebc0699fc0dcabf02b4d2400b41e579fa4a108"><code>88ebc06</code></a> Remove use of Java 11 in tests</li> <li><a href="https://github.com/siom79/japicmp/commit/4ba7445598a846221fb6cd60dd27162744a4c77a"><code>4ba7445</code></a> Add support for guessing version numbers to CLI invocations</li> <li><a href="https://github.com/siom79/japicmp/commit/265004d1446f8a0a986e5855c318b2908c547e5d"><code>265004d</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/466">#466</a> from siom79/maven-site-3.21</li> <li><a href="https://github.com/siom79/japicmp/commit/a4841318ccbf8e9b20fde3024ba29601bdd04f62"><code>a484131</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/465">#465</a> from siom79/junit-6</li> <li><a href="https://github.com/siom79/japicmp/commit/e1aa5a9c23efbe519bb9cc0bf805f43031648790"><code>e1aa5a9</code></a> junit 6.0.1, maven profile before-java-17</li> <li>Additional commits viewable in <a href="https://github.com/siom79/japicmp/compare/japicmp-base-0.24.2...japicmp-base-0.25.0">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.2&new-version=0.25.0)](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>
2 parents f7cb6ab + a565795 commit 29be505

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
@@ -442,7 +442,7 @@
442442
<plugin>
443443
<groupId>com.github.siom79.japicmp</groupId>
444444
<artifactId>japicmp-maven-plugin</artifactId>
445-
<version>0.24.2</version>
445+
<version>0.25.0</version>
446446
<configuration>
447447
<parameter>
448448
<excludes>

0 commit comments

Comments
 (0)