This is an automated email from the ASF dual-hosted git repository.
gnodet 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 c5c89a5416 Bump actions/setup-java from 5.4.0 to 5.5.0 (#12438)
c5c89a5416 is described below
commit c5c89a5416648f8a2907858040c1231ee14f0fe4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 14:43:13 2026 +0200
Bump actions/setup-java from 5.4.0 to 5.5.0 (#12438)
* Bump actions/setup-java from 5.4.0 to 5.5.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
5.4.0 to 5.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/1bcf9fb12cf4aa7d266a90ae39939e61372fe520...0f481fcb613427c0f801b606911222b5b6f3083a)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Add show-download-progress for integration tests
setup-java v5.5.0 sets MAVEN_ARGS=-ntp by default, which suppresses
transfer progress output and breaks 3 ITs that verify transfer listener
behavior (mng-4461, mng-4829, mng-6240).
Co-Authored-By: Claude Opus 4.6 <[email protected]>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guillaume Nodet <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>
---
.github/workflows/maven.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 727d4b1e46..8584da91f1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
with:
persist-credentials: false
- - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 #
v5.4.0
+ - uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a #
v5.5.0
with:
java-version: 21
distribution: 'zulu'
@@ -131,11 +131,12 @@ jobs:
path: built-maven/
- name: Set up JDK
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 #
v5.4.0
+ uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a #
v5.5.0
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
cache: 'maven'
+ show-download-progress: true # ITs verify transfer progress output
- name: Set up Maven
run: