dependabot[bot] opened a new pull request, #185: URL: https://github.com/apache/ws-wss4j/pull/185
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.11.0 to 3.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p> <blockquote> <h2>v3.12.0</h2> <p>In scope of this release the following changes were made:</p> <p><strong>Bug fixes:</strong></p> <ul> <li>Always check postfix "Contents/Home" on macOS by <a href="https://github.com/erwin1"><code>@erwin1</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/397">actions/setup-java#397</a></li> <li>Fix sbt/scala cache key by <a href="https://github.com/Dogacel"><code>@Dogacel</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/478">actions/setup-java#478</a></li> <li>Corretto toolcache folder name fix by <a href="https://github.com/IvanZosimov"><code>@IvanZosimov</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/480">actions/setup-java#480</a></li> <li>Update versions of Oracle JDK and Microsoft Build of OpenJDK by <a href="https://github.com/anishi1222"><code>@anishi1222</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/489">actions/setup-java#489</a></li> <li>Update Oracle JDK download URL calculation by <a href="https://github.com/nikolai-laevskii"><code>@nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/507">actions/setup-java#507</a></li> </ul> <p><strong>Feature implementations:</strong></p> <ul> <li>Add versions properties to cache by <a href="https://github.com/Endi327"><code>@Endi327</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/280">actions/setup-java#280</a></li> </ul> <p><strong>Resolving dependencies issues:</strong></p> <ul> <li>Remove implicit dependencies by <a href="https://github.com/nikolai-laevskii"><code>@nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/494">actions/setup-java#494</a></li> <li>Update xml2js by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/484">actions/setup-java#484</a></li> <li>Update dependencies by <a href="https://github.com/IvanZosimov"><code>@IvanZosimov</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/511">actions/setup-java#511</a></li> </ul> <p><strong>Infrastructure updates:</strong></p> <ul> <li>Fix glob bug in package.json scripts section by <a href="https://github.com/IvanZosimov"><code>@IvanZosimov</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/475">actions/setup-java#475</a></li> <li>Update mocks by <a href="https://github.com/nikolai-laevskii"><code>@nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/498">actions/setup-java#498</a></li> </ul> <p><strong>Documentation changes:</strong></p> <ul> <li>Instruction to download custom distribution JDK and install by <a href="https://github.com/ragsmpl"><code>@ragsmpl</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/500">actions/setup-java#500</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/erwin1"><code>@erwin1</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/397">actions/setup-java#397</a></li> <li><a href="https://github.com/Dogacel"><code>@Dogacel</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/478">actions/setup-java#478</a></li> <li><a href="https://github.com/anishi1222"><code>@anishi1222</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/489">actions/setup-java#489</a></li> <li><a href="https://github.com/nikolai-laevskii"><code>@nikolai-laevskii</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/498">actions/setup-java#498</a></li> <li><a href="https://github.com/ragsmpl"><code>@ragsmpl</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/500">actions/setup-java#500</a></li> <li><a href="https://github.com/Endi327"><code>@Endi327</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/280">actions/setup-java#280</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-java/compare/v3...v3.12.0">https://github.com/actions/setup-java/compare/v3...v3.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-java/commit/cd89f46ac9d01407894225f350157564c9c7cee2"><code>cd89f46</code></a> Add versions properties to cache (<a href="https://redirect.github.com/actions/setup-java/issues/280">#280</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/4fb397523b853fa75ed64fd1d10a967e1eb3148a"><code>4fb3975</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-java/issues/507">#507</a> from akv-platform/update-oracle-jdk-url-calculation</li> <li><a href="https://github.com/actions/setup-java/commit/33b10b64eb638c2717d7f7c3e01e6a71f9735954"><code>33b10b6</code></a> Use archive as fallback only when dealing with major version</li> <li><a href="https://github.com/actions/setup-java/commit/75c6561172d237e514a15dfd831cb331e5506d5e"><code>75c6561</code></a> Update dependencies (<a href="https://redirect.github.com/actions/setup-java/issues/511">#511</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/ebe05e0f88dce569e7e4ca0c17f1caa4fc7cdb87"><code>ebe05e0</code></a> Update build</li> <li><a href="https://github.com/actions/setup-java/commit/46099e1f1434da2fd6d38ff0fb5b45d3a7e87494"><code>46099e1</code></a> Build</li> <li><a href="https://github.com/actions/setup-java/commit/1a3cd386c6af2962b1902a3f31b6603fd2575145"><code>1a3cd38</code></a> Update Oracle JDK URL calculation</li> <li><a href="https://github.com/actions/setup-java/commit/1f2faad7e0bc7efd1f6da4ca0a0f2b23b03a3a7d"><code>1f2faad</code></a> Instruction to download custom distribution JDK and install (<a href="https://redirect.github.com/actions/setup-java/issues/500">#500</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/45058d7f99afcd22834b58fde7cbfb7075eb48a2"><code>45058d7</code></a> Update xml2js (<a href="https://redirect.github.com/actions/setup-java/issues/484">#484</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/87c1c7064c0055a1c5bf9f2c9187d414e9764478"><code>87c1c70</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-java/issues/494">#494</a> from akv-platform/remove-implicit-dependencies</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-java/compare/5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2...cd89f46ac9d01407894225f350157564c9c7cee2">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 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: dev-unsubscr...@ws.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org For additional commands, e-mail: dev-h...@ws.apache.org