This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 0c4d3a09a5 Bump actions/setup-java from 5.6.0 to 5.7.0 (#1538)
0c4d3a09a5 is described below
commit 0c4d3a09a55dd40a31e55bd7f93fac1a6165a59a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 12 00:07:36 2026 +0200
Bump actions/setup-java from 5.6.0 to 5.7.0 (#1538)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
5.6.0 to 5.7.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v5.6.0...v5.7.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.7.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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index dea5bba65f..27c889137f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v7
- name: Setup Temurin JDK
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}