This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new f416922273 [tomee-10.x]: Bump actions/setup-java from 5.1.0 to 5.2.0
f416922273 is described below
commit f4169222733dabacf4835f219e12f2394e8d3e9e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 23:07:33 2026 +0000
[tomee-10.x]: Bump actions/setup-java from 5.1.0 to 5.2.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
5.1.0 to 5.2.0.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/f2beeb24e141e01a676f977032f5a29d81c9e27e...be666c2fcd27ec809703dec50e508c2fdc7f6654)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/main-pull-request-build.yml | 2 +-
.github/workflows/main-push-build.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main-pull-request-build.yml
b/.github/workflows/main-pull-request-build.yml
index 56418738d2..49ff64bc4c 100644
--- a/.github/workflows/main-pull-request-build.yml
+++ b/.github/workflows/main-pull-request-build.yml
@@ -16,7 +16,7 @@ jobs:
persist-credentials: false
- name: Set up JDK 17
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e #
v5.1.0
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
java-version: '17'
distribution: 'temurin'
diff --git a/.github/workflows/main-push-build.yml
b/.github/workflows/main-push-build.yml
index f3a84825cc..98029a90d2 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -16,7 +16,7 @@ jobs:
persist-credentials: false
- name: Set up JDK 17
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e #
v5.1.0
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
java-version: '17'
distribution: 'temurin'