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

   Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.3.0 
to 3.8.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.8.0</h2>
   <p>In scope of this release we added logic to pass the token input through 
on GHES for Microsoft Build of OpenJDK (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/395";>actions/setup-java#395</a>)
 and updated <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/413";>minimatch</a>
 dependency.</p>
   <h2>v3.6.0</h2>
   <p>In scope of this release we added <a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/276";>Maven
 Toolchains Support</a> and <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/282";>Maven 
Toolchains Declaration</a>. Moreover, from this release we use 
<code>os.arch</code> to determine default architecture for runners: <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/376";>actions/setup-java#376</a>.
 Besides, we made such changes as:</p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/392";>Upgrade
 <code>@​actions/cache</code> from 3.0.0 to 3.0.4</a> so it respects 
<code>SEGMENT_DOWNLOAD_TIMEOUT_MINS</code></li>
   <li><a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/394";>Support
 Gradle version catalog</a></li>
   <li><a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/390";>Update
 <code>@​actions/core</code> to 1.10.0</a></li>
   </ul>
   <h2>v3.5.1</h2>
   <p>In scope of this release we change logic for Microsoft Build of OpenJDK. 
Previously it had hard coded versions. In this release versions were moved to 
the separate <a 
href="https://github.com/actions/setup-java/blob/main/src/distributions/microsoft/microsoft-openjdk-versions.json";>json
 file</a>. When a new version of Java is released, it can be added to this file 
and be used without releasing new version of the action.</p>
   <ul>
   <li>Related pull request: <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/383";>actions/setup-java#383</a></li>
   </ul>
   <h2>v3.5.0</h2>
   <h3>Add support for multiple jdks</h3>
   <p>In scope of this release we add <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/368";>support
 for multiple jdks</a>. Customers can specify multiple versions of java through 
<code>java-version</code> input.</p>
   <pre lang="yaml"><code>    steps:
         - uses: actions/setup-java@v3
           with:
             distribution: '&lt;distribution&gt;'
             java-version: |
               8
               11
               15
   </code></pre>
   <h3>Besides, we added such changes as:</h3>
   <ul>
   <li>Removed restore-keys because it leaded to an unexpected growth of the 
cache: <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/285";>actions/setup-java#285</a></li>
   <li>Added new files pattern for gradle cache: <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/274";>actions/setup-java#274</a></li>
   <li>Added cache-hit output to the action.yml: <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/373";>actions/setup-java#373</a></li>
   </ul>
   <h2>v3.4.1</h2>
   <p>In scope of this release we updated <code>actions/cache</code> package as 
the new version contains fixes for <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/350";>caching
 error handling</a>.</p>
   <h2>v3.4.0</h2>
   <p>In scope of this release we introduce such changes as:</p>
   <ul>
   <li>Add Java 11.0.15 to Microsoft Build of OpenJDK: <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/331";>actions/setup-java#331</a></li>
   <li>Update versions for Java 17 to 17.0.3 and add aarch64 support to Java 11 
for Microsoft Build of OpenJDK: <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/342";>actions/setup-java#342</a></li>
   <li>Fix support for <code>Zulu OpenJDK</code> arm64 architecture: <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/339";>actions/setup-java#339</a></li>
   <li><code>Sbt-cache</code>: don't cache some files: <a 
href="https://github-redirect.dependabot.com/actions/setup-java/pull/332";>actions/setup-java#332</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actions/setup-java/commit/c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c";><code>c3ac5dd</code></a>
 Revert &quot;Add support for Oracle JDK (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/401";>#401</a>)&quot;
 (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/421";>#421</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/dcd29da2fa4fe452d84ed9b6060de3d45631495d";><code>dcd29da</code></a>
 Fix typo in README.md (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/419";>#419</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/19eeec562b37d29a1ad055b7de9c280bd0906d8d";><code>19eeec5</code></a>
 Update to latest <code>actions/publish-action</code> (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/411";>#411</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/bd7e5d28eb9da6196a6d6e22a67e72e775996d9d";><code>bd7e5d2</code></a>
 Update minimatch to 3.1.2 (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/413";>#413</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/6cdf39a6b6d2b0dd01e76d547cb9d448ccdd4f7c";><code>6cdf39a</code></a>
 Add support for Oracle JDK (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/401";>#401</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/7db6b4554ccf39e07c23296b2b1ab614f2c2351c";><code>7db6b45</code></a>
 Eclipse Temurin instead of Adopt OpenJDK (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/398";>#398</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/bf2f02c4a72c68dc76c6a3d8af0581bb9bf4abe9";><code>bf2f02c</code></a>
 Pass the token input through on GHES for Microsoft Build of OpenJDK (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/395";>#395</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc";><code>de1bb2b</code></a>
 feat: support Gradle version catalog (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/394";>#394</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/2c53c1a5882e4f36ba4dca1c7e1f24a62e5453e8";><code>2c53c1a</code></a>
 Update actions/cache to 3.0.4 version (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/392";>#392</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/3617c43588448d532250f5c331dffcca90e398f1";><code>3617c43</code></a>
 Default to runner architecture (<a 
href="https://github-redirect.dependabot.com/actions/setup-java/issues/376";>#376</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/actions/setup-java/compare/v3.3.0...v3.8.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=3.3.0&new-version=3.8.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