dependabot[bot] opened a new pull request #24:
URL: https://github.com/apache/archiva-redback-core/pull/24


   Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.1 
to 2.5.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>v2.5.0</h2>
   <p>In scope of this pull request we add support for Microsoft Build of 
OpenJDK (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/252";>actions/setup-java#252</a>).</p>
   <pre lang="yaml"><code>steps:
     - name: Checkout
       uses: actions/checkout@v2
     - name: Setup-java
       uses: actions/setup-java@v2
       with:
         distribution: microsoft
         java-version: 11
   </code></pre>
   <h3>Supported distributions</h3>
   <p>Currently, the following distributions are supported:</p>
   <table>
   <thead>
   <tr>
   <th>Keyword</th>
   <th>Distribution</th>
   <th>Official site</th>
   <th>License</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><code>temurin</code></td>
   <td>Eclipse Temurin</td>
   <td><a href="https://adoptium.net/";>Link</a></td>
   <td><a href="https://adoptium.net/about.html";>Link</a></td>
   </tr>
   <tr>
   <td><code>zulu</code></td>
   <td>Zulu OpenJDK</td>
   <td><a 
href="https://www.azul.com/downloads/zulu-community/?package=jdk";>Link</a></td>
   <td><a 
href="https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/";>Link</a></td>
   </tr>
   <tr>
   <td><code>adopt</code> or <code>adopt-hotspot</code></td>
   <td>Adopt OpenJDK Hotspot</td>
   <td><a href="https://adoptopenjdk.net/";>Link</a></td>
   <td><a href="https://adoptopenjdk.net/about.html";>Link</a></td>
   </tr>
   <tr>
   <td><code>adopt-openj9</code></td>
   <td>Adopt OpenJDK OpenJ9</td>
   <td><a href="https://adoptopenjdk.net/";>Link</a></td>
   <td><a href="https://adoptopenjdk.net/about.html";>Link</a></td>
   </tr>
   <tr>
   <td><code>liberica</code></td>
   <td>Liberica JDK</td>
   <td><a href="https://bell-sw.com/";>Link</a></td>
   <td><a href="https://bell-sw.com/liberica_eula/";>Link</a></td>
   </tr>
   <tr>
   <td><code>microsoft</code></td>
   <td>Microsoft Build of OpenJDK</td>
   <td><a href="https://www.microsoft.com/openjdk";>Link</a></td>
   <td><a href="https://docs.microsoft.com/java/openjdk/faq";>Link</a></td>
   </tr>
   </tbody>
   </table>
   <h2>v2.4.0</h2>
   <p>In scope of this pull request we add support for Liberica JDK (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/225";>actions/setup-java#225</a>).</p>
   <pre lang="yaml"><code>steps:
     - name: Checkout
       uses: actions/checkout@v2
     - name: Setup-java
       uses: actions/setup-java@v2
       with:
         distribution: liberica
         java-version: 11
   </code></pre>
   <h3>Supported distributions</h3>
   <p>Currently, the following distributions are supported:</p>
   <table>
   <thead>
   <tr>
   <th>Keyword</th>
   <th>Distribution</th>
   <th>Official site</th>
   <th>License</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><code>zulu</code></td>
   <td>Zulu OpenJDK</td>
   <td><a 
href="https://www.azul.com/downloads/zulu-community/?package=jdk";>Link</a></td>
   <td><a 
href="https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/";>Link</a></td>
   </tr>
   <tr>
   <td><code>adopt</code> or <code>adopt-hotspot</code></td>
   <td>Adopt OpenJDK Hotspot</td>
   <td><a href="https://adoptopenjdk.net/";>Link</a></td>
   <td><a href="https://adoptopenjdk.net/about.html";>Link</a></td>
   </tr>
   <tr>
   <td><code>adopt-openj9</code></td>
   <td>Adopt OpenJDK OpenJ9</td>
   <td><a href="https://adoptopenjdk.net/";>Link</a></td>
   <td><a href="https://adoptopenjdk.net/about.html";>Link</a></td>
   </tr>
   <tr>
   <td><code>temurin</code></td>
   <td>Eclipse Temurin</td>
   <td><a href="https://adoptium.net/";>Link</a></td>
   <td><a href="https://adoptium.net/about.html";>Link</a></td>
   </tr>
   <tr>
   <td><code>liberica</code></td>
   <td>Liberica JDK</td>
   <td><a href="https://bell-sw.com/";>Link</a></td>
   <td><a href="https://bell-sw.com/liberica_eula/";>Link</a></td>
   </tr>
   </tbody>
   </table>
   <h3>Update actions/cache dependency to 1.0.8 version.</h3>
   <p>We updated actions/cache depdendency to the latest version (1.0.8). For 
more information please refer to the <a 
href="https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md";>toolkit/cache</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actions/setup-java/commit/f0bb91606209742fe3ea40199be2f3ef195ecabf";><code>f0bb916</code></a>
 Add an error condition for non jdk Microsoft OpenJDK build (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/265";>#265</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/d23aed3c8013ac5aebf678f946502684c7dd156c";><code>d23aed3</code></a>
 Add an error condition for an unstable Microsoft OpenJDK build (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/263";>#263</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/8d222861066e40836af2181b3a2ddd46f05b2dd8";><code>8d22286</code></a>
 Fix the Licensed workflow (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/259";>#259</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/db2f350d2b7dc85aeb6ac71cf5111d85cd172fd7";><code>db2f350</code></a>
 Add microsoft distribution of the JDK. (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/252";>#252</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/5f00602cd1b2819185d88dc7a1b1985f598c6705";><code>5f00602</code></a>
 Bumping up actions/cache version to 1.0.8 (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/254";>#254</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/d61af71edfe1ca10c4bd4bdb96f0fddc0d002029";><code>d61af71</code></a>
 Add support for Liberica JDK (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/225";>#225</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/ae26cabe43aaa84f8539613cdb171b33610fa704";><code>ae26cab</code></a>
 Update to Java 17 (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/242";>#242</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/ee43590bc7b34363aa6bc61411487a53541f5c96";><code>ee43590</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/241";>#241</a>
 from dmitry-shibanov/v-dmshib/audit-dependencies</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/c187df66d05b21ffe1fc0eba48158f28592e0dcc";><code>c187df6</code></a>
 update npm dependencies</li>
   <li>See full diff in <a 
href="https://github.com/actions/setup-java/compare/v2.3.1...v2.5.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-java&package-manager=github_actions&previous-version=2.3.1&new-version=2.5.0)](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...@archiva.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to