dependabot[bot] opened a new pull request, #112: URL: https://github.com/apache/logging-log4j-samples/pull/112
Bumps [org.apache.maven.plugins:maven-jlink-plugin](https://github.com/apache/maven-jlink-plugin) from 3.1.0 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jlink-plugin/releases">org.apache.maven.plugins:maven-jlink-plugin's releases</a>.</em></p> <blockquote> <h2>v3.2.0</h2> <h2>Bug</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-62">MJLINK-62</a>] - Replace ByteArrayOutputStream with StringWriter</li> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-64">MJLINK-64</a>] - Add-options double quoting</li> </ul> <h2>New Feature</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-75">MJLINK-75</a>] - Reproducibility of ZIP artifacts</li> </ul> <h2>Improvement</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-69">MJLINK-69</a>] - Update to Java 11</li> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-76">MJLINK-76</a>] - Upgrade maven-plugin parent to 41</li> </ul> <h2>Task</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-77">MJLINK-77</a>] - Update description and parameters of --compress to reflect JDK21 changes</li> </ul> <h2>Dependency upgrade</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-63">MJLINK-63</a>] - Upgrade plexus-java</li> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-66">MJLINK-66</a>] - Update parent pom to 39</li> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-70">MJLINK-70</a>] - Update m-site-p to 3.12.1</li> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-71">MJLINK-71</a>] - Require Maven 3.6.3 as new baseline</li> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-72">MJLINK-72</a>] - Remove common-lang3</li> <li>[<a href="https://issues.apache.org/jira/browse/MJLINK-74">MJLINK-74</a>] - Update org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.9.1</li> </ul> <h2>What's Changed</h2> <ul> <li>[MJLINK-62] Use StringWriter for BAOS. by <a href="https://github.com/bmarwell"><code>@bmarwell</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/28">apache/maven-jlink-plugin#28</a></li> <li>[MJLINK-63] update plexus-java by <a href="https://github.com/bmarwell"><code>@bmarwell</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/31">apache/maven-jlink-plugin#31</a></li> <li>(build) update GH actions to supported toolchain JDK by <a href="https://github.com/bmarwell"><code>@bmarwell</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/33">apache/maven-jlink-plugin#33</a></li> <li>Bump actions/cache from v2.1.3 to v2.1.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/38">apache/maven-jlink-plugin#38</a></li> <li>Bump mockito-core from 3.6.28 to 3.7.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/32">apache/maven-jlink-plugin#32</a></li> <li>Bump junit-bom from 5.7.0 to 5.7.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/37">apache/maven-jlink-plugin#37</a></li> <li>Bump mockito-core from 3.7.7 to 3.8.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/39">apache/maven-jlink-plugin#39</a></li> <li>Bump commons-lang3 from 3.11 to 3.12.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/40">apache/maven-jlink-plugin#40</a></li> <li>Bump actions/cache from v2.1.4 to v2.1.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/45">apache/maven-jlink-plugin#45</a></li> <li>Bump actions/checkout from 2 to 2.3.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/49">apache/maven-jlink-plugin#49</a></li> <li>Bump junit-bom from 5.7.1 to 5.7.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/53">apache/maven-jlink-plugin#53</a></li> <li>Bump mockito-core from 3.9.0 to 3.10.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/52">apache/maven-jlink-plugin#52</a></li> <li>Bump AdoptOpenJDK/install-jdk from 1 to 1.1.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/51">apache/maven-jlink-plugin#51</a></li> <li>Bump actions/setup-java from 1 to 2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/50">apache/maven-jlink-plugin#50</a></li> <li>Bump assertj-core from 3.19.0 to 3.20.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/62">apache/maven-jlink-plugin#62</a></li> <li>Bump commons-io from 2.9.0 to 2.10.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/59">apache/maven-jlink-plugin#59</a></li> <li>Bump plexus-utils from 3.3.0 to 3.4.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/71">apache/maven-jlink-plugin#71</a></li> <li>Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/72">apache/maven-jlink-plugin#72</a></li> <li>Bump junit-bom from 5.7.2 to 5.8.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/75">apache/maven-jlink-plugin#75</a></li> <li>Bump mockito-core from 3.10.0 to 3.12.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jlink-plugin/pull/70">apache/maven-jlink-plugin#70</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jlink-plugin/commit/0c31fb4cb6881bed4a3555afdf48b05527377bb4"><code>0c31fb4</code></a> [maven-release-plugin] prepare release maven-jlink-plugin-3.2.0</li> <li><a href="https://github.com/apache/maven-jlink-plugin/commit/704e020f7096570b27ce68563794185ef379a7ab"><code>704e020</code></a> [maven-release-plugin] rollback the release of maven-jlink-plugin-3.2.0</li> <li><a href="https://github.com/apache/maven-jlink-plugin/commit/f1829970b5c372f439fe782d1b900918658e5670"><code>f182997</code></a> [maven-release-plugin] prepare release maven-jlink-plugin-3.2.0</li> <li><a href="https://github.com/apache/maven-jlink-plugin/commit/bdd4b843fb34fe2bec63bcdf6426f21c2286f4bf"><code>bdd4b84</code></a> [MJLINK-69] our base is now Java 11</li> <li><a href="https://github.com/apache/maven-jlink-plugin/commit/c6d9e1bbd192c8d1c0f33a7bd3358d12f2fb642e"><code>c6d9e1b</code></a> [MJLINK-76] Cleanup aftr parent pom update</li> <li><a href="https://github.com/apache/maven-jlink-plugin/commit/42892c3301e2d7f4da8d6ba29566a96fe9317834"><code>42892c3</code></a> Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0</li> <li><a href="https://github.com/apache/maven-jlink-plugin/commit/804e052eb777517f4894fcd373b2da176a64edc5"><code>804e052</code></a> Bump org.assertj:assertj-core from 3.25.1 to 3.25.2</li> <li><a href="https://github.com/apache/maven-jlink-plugin/commit/8748ce553806d97690ad48a88f00523238fc0c2d"><code>8748ce5</code></a> run CI with Java 21</li> <li><a href="https://github.com/apache/maven-jlink-plugin/commit/f7a9c03c4ffb1e1db796315dc4c8fbd070d8fdd7"><code>f7a9c03</code></a> [MJLINK-75] create reproducible zip archive</li> <li><a href="https://github.com/apache/maven-jlink-plugin/commit/f3a18fc08fa1525f2a326cdb3ce11c601f7fcac5"><code>f3a18fc</code></a> Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (<a href="https://redirect.github.com/apache/maven-jlink-plugin/issues/169">#169</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-jlink-plugin/compare/maven-jlink-plugin-3.1.0...maven-jlink-plugin-3.2.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
