This is an automated email from the ASF dual-hosted git repository.
Bukama pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push:
new b16479a466 Bump actions/setup-java from 5.5.0 to 5.6.0 (#12499)
b16479a466 is described below
commit b16479a4669ee13e953cbe1459324460eb77faa3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 17 07:18:58 2026 +0200
Bump actions/setup-java from 5.5.0 to 5.6.0 (#12499)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
5.5.0 to 5.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/0f481fcb613427c0f801b606911222b5b6f3083a...03ad4de0992f5dab5e18fcb136590ce7c4a0ac95)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 8584da91f1..51145f65a7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
with:
persist-credentials: false
- - uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a #
v5.5.0
+ - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 #
v5.6.0
with:
java-version: 21
distribution: 'zulu'
@@ -131,7 +131,7 @@ jobs:
path: built-maven/
- name: Set up JDK
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a #
v5.5.0
+ uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 #
v5.6.0
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'