Skip to content

Commit

Permalink
build(deps): Bump com.github.siom79.japicmp:japicmp-maven-plugin from…
Browse files Browse the repository at this point in the history
… 0.18.5 to 0.19.1 (#1253)

Bumps
[com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp)
from 0.18.5 to 0.19.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/siom79/japicmp/commit/bebdcf6ec2ac0c8fc6377c08f845f968a48cb6df"><code>bebdcf6</code></a>
[maven-release-plugin] prepare release japicmp-base-0.19.1</li>
<li><a
href="https://github.com/siom79/japicmp/commit/e7c168be74915de4aa2d2c84f61180b1169b7057"><code>e7c168b</code></a>
upgraded version in *.md files to 0.19.1</li>
<li><a
href="https://github.com/siom79/japicmp/commit/5b8da5ec4ce61fdccc6d905ab2915674bb55b2e4"><code>5b8da5e</code></a>
ReleaseNotes.md</li>
<li><a
href="https://github.com/siom79/japicmp/commit/69dcca62000448559d64063c64237603512f0db7"><code>69dcca6</code></a>
Merge remote-tracking branch 'origin/master'</li>
<li><a
href="https://github.com/siom79/japicmp/commit/c385ebe32a22cdb2d1fe6600737486b563ce4b6f"><code>c385ebe</code></a>
387: The attribute type in JApiCompatibilityChange should have a <a
href="https://github.com/XmlAttribut"><code>@​XmlAttribut</code></a>...</li>
<li><a
href="https://github.com/siom79/japicmp/commit/d86c05fdba7280fbdcc60dc04a85811cf8f3eb56"><code>d86c05f</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/siom79/japicmp/commit/72621752295b22b9d909b818d08178b9eecfa923"><code>7262175</code></a>
[maven-release-plugin] prepare release japicmp-base-0.19.0</li>
<li><a
href="https://github.com/siom79/japicmp/commit/bb52179833aa4379221a155babcd0c30b57c2bdf"><code>bb52179</code></a>
ReleaseNotes.md</li>
<li><a
href="https://github.com/siom79/japicmp/commit/b6d2a725afc7f73b588d23aba462a918f02ce1c5"><code>b6d2a72</code></a>
fix missing import in CompatibilityChangesTest</li>
<li><a
href="https://github.com/siom79/japicmp/commit/b7c9b4dde5055fdf85aefbe99040172c5736f665"><code>b7c9b4d</code></a>
upgraded version in *.md files to 0.19.0</li>
<li>Additional commits viewable in <a
href="https://github.com/siom79/japicmp/compare/japicmp-base-0.18.5...japicmp-base-0.19.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.18.5&new-version=0.19.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 356fd31 commit e4d68ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<graalvm.version>23.0.1</graalvm.version>
<guava.version>33.0.0-jre</guava.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<japicmp-maven-plugin.version>0.18.5</japicmp-maven-plugin.version>
<japicmp-maven-plugin.version>0.19.1</japicmp-maven-plugin.version>
<java-module-name />
<java.version>17</java.version>
<!-- to be overridden in sub modules -->
Expand Down

0 comments on commit e4d68ee

Please sign in to comment.