dependabot[bot] opened a new pull request, #182:
URL: https://github.com/apache/commons-dbcp/pull/182

   Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 
3.
   <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.0.0</h2>
   <p>In scope of this release we changed version of the runtime Node.js for 
the setup-java action and updated package-lock.json file to  v2.</p>
   <h3>Breaking Changes</h3>
   <p>With the update to Node 16 in <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/290";>#290</a>,
 all scripts will now be run with Node 16 rather than Node 12.</p>
   <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>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actions/setup-java/commit/9519cf1382ac8dc61ad461f7f7cb45f033220189";><code>9519cf1</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/317";>#317</a>
 from actions/t-dedah/updateCache</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/02c73de3fe82c1eaf0f32c6ccec2cc7072b3124b";><code>02c73de</code></a>
 Updated action version</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/fd3f6750a0381aef7e9cf0620c6eea3583991a3f";><code>fd3f675</code></a>
 Updated package-lock.json</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/1aa8bf7608bff99bf8a7ab37bf57a6f8b4702b86";><code>1aa8bf7</code></a>
 Licensed</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/9c8c90e08ce8fdc0958cb0c30bb9347d593c617e";><code>9c8c90e</code></a>
 Updated <code>@​actions/cache</code></li>
   <li><a 
href="https://github.com/actions/setup-java/commit/cd3510900760be04f0473489ef80509989c22cf3";><code>cd35109</code></a>
 Bump actions to v3 (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/314";>#314</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/d2e3f417a9f5c5fbb2e1dc8a90d8ec7104e6f036";><code>d2e3f41</code></a>
 Set output <code>cache-hit</code> to indicate if cache was hit (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/275";>#275</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/0aa6f2a84f8634ac1a1bd81dfdf6d5aab98c70f1";><code>0aa6f2a</code></a>
 Bump minimist from 1.2.5 to 1.2.6 (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/303";>#303</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/dc1a9f27915005c4867178213f98cc27415de97a";><code>dc1a9f2</code></a>
 Caching on GHES (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/308";>#308</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/e886040dc21d1d2c3f71482e1b6518445ef5e620";><code>e886040</code></a>
 Update zulu-installer.test.ts (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/310";>#310</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/actions/setup-java/compare/v2...v3";>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&new-version=3)](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: issues-unsubscr...@commons.apache.org

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

Reply via email to