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.3 to 0.18.5 (#1239)

Bumps
[com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp)
from 0.18.3 to 0.18.5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/siom79/japicmp/commit/54fd782ab01831695e982692b83139f9e614a293"><code>54fd782</code></a>
[maven-release-plugin] prepare release japicmp-base-0.18.5</li>
<li><a
href="https://github.com/siom79/japicmp/commit/48b2b50f4f9473cc78bede0fdc4be8eb33d1c705"><code>48b2b50</code></a>
upgraded version in *.md files to 0.18.5</li>
<li><a
href="https://github.com/siom79/japicmp/commit/55129d666635bf887cdb160d7a22aba6682aed08"><code>55129d6</code></a>
ReleaseNotes.md</li>
<li><a
href="https://github.com/siom79/japicmp/commit/566598ddbc56cbbfd62ea55afac9ccf41762e3fc"><code>566598d</code></a>
Merge pull request <a
href="https://redirect.github.com/siom79/japicmp/issues/379">#379</a>
from guillermocalvo/volatile-modifier</li>
<li><a
href="https://github.com/siom79/japicmp/commit/af2152a00086272e319bcc033797b78f71b74676"><code>af2152a</code></a>
Merge pull request <a
href="https://redirect.github.com/siom79/japicmp/issues/380">#380</a>
from guillermocalvo/extract-semver-constants</li>
<li><a
href="https://github.com/siom79/japicmp/commit/a3acf25e923620cde5b9368345a9caf69570d269"><code>a3acf25</code></a>
Extract string constants from <code>SemverOut</code> so they can be
reused</li>
<li><a
href="https://github.com/siom79/japicmp/commit/d5a014d0161172df094b6be49d982174142e67e6"><code>d5a014d</code></a>
Add tests for new <code>volatile</code> compatibility changes</li>
<li><a
href="https://github.com/siom79/japicmp/commit/c6f5e462d6b648bd8fddf74bf494ab1f9276ef2d"><code>c6f5e46</code></a>
Treat changes to the <code>volatile</code> modifier of a field as PATCH
changes</li>
<li><a
href="https://github.com/siom79/japicmp/commit/43af0bde82e2851237965eb1c63367c6a204d3c7"><code>43af0bd</code></a>
Update XSLT to take into account <code>volatile</code></li>
<li><a
href="https://github.com/siom79/japicmp/commit/ef2beff9bf9a9adf0125b63da5661faafa6e903b"><code>ef2beff</code></a>
Update standard output generator to take into account
<code>volatile</code></li>
<li>Additional commits viewable in <a
href="https://github.com/siom79/japicmp/compare/japicmp-base-0.18.3...japicmp-base-0.18.5">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.3&new-version=0.18.5)](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 Feb 19, 2024
1 parent be155e2 commit e68cb6c
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.3</japicmp-maven-plugin.version>
<japicmp-maven-plugin.version>0.18.5</japicmp-maven-plugin.version>
<java-module-name />
<java.version>17</java.version>
<!-- to be overridden in sub modules -->
Expand Down

0 comments on commit e68cb6c

Please sign in to comment.