Skip to content

Commit 95dcea1

Browse files
Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.23.0 to 0.23.1 (#791)
Bumps [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.23.0 to 0.23.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/siom79/japicmp/commit/7075ad1b892fc9d477cb96af8db15c335570f21c"><code>7075ad1</code></a> [maven-release-plugin] prepare release japicmp-base-0.23.1</li> <li><a href="https://github.com/siom79/japicmp/commit/73f84a8fa84f1cce81a8fd35426235ef8ccde209"><code>73f84a8</code></a> upgraded version in *.md files to 0.23.1</li> <li><a href="https://github.com/siom79/japicmp/commit/66b8f99c7173e11851666a3167178247099db235"><code>66b8f99</code></a> Update ReleaseNotes.md</li> <li><a href="https://github.com/siom79/japicmp/commit/598ec001fac56ab0bffce8e071ca9b0395f6cbe5"><code>598ec00</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/413">#413</a> from siom79/fix-mdtable-npe</li> <li><a href="https://github.com/siom79/japicmp/commit/27b0c0593dc4ee100a1947c732446f247bfe5fad"><code>27b0c05</code></a> Fix NPE when a markdown table contains null cells</li> <li><a href="https://github.com/siom79/japicmp/commit/bfd09f2ed1be4710b42e2dc3561da111e45393bf"><code>bfd09f2</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/408">#408</a> from siom79/ghaction-summary</li> <li><a href="https://github.com/siom79/japicmp/commit/1aed38bec2b13899b320d3a852987e5db7708d1f"><code>1aed38b</code></a> use specific plugin version to generate report</li> <li><a href="https://github.com/siom79/japicmp/commit/d36487e3d09d2987493680db1f44bebb05ab2ddb"><code>d36487e</code></a> skip spotbugs for job summary</li> <li><a href="https://github.com/siom79/japicmp/commit/9b37160d3f3232494c932bd8443ba13044d20f6e"><code>9b37160</code></a> skip spotbugs for JDK 8</li> <li><a href="https://github.com/siom79/japicmp/commit/39d143d268eeb88605ade710bc43ea4063a1ffb1"><code>39d143d</code></a> only lts versions and 22</li> <li>Additional commits viewable in <a href="https://github.com/siom79/japicmp/compare/japicmp-base-0.23.0...japicmp-base-0.23.1">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.23.0&new-version=0.23.1)](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 5d2a2ad + f7fd5a6 commit 95dcea1

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
@@ -449,7 +449,7 @@
449449
<plugin>
450450
<groupId>com.github.siom79.japicmp</groupId>
451451
<artifactId>japicmp-maven-plugin</artifactId>
452-
<version>0.23.0</version>
452+
<version>0.23.1</version>
453453
<configuration>
454454
<parameter>
455455
<ignoreMissingOldVersion>true</ignoreMissingOldVersion>

0 commit comments

Comments
 (0)