diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml
index c85498c1..fc4f02da 100644
--- a/.github/workflows/maven-build.yml
+++ b/.github/workflows/maven-build.yml
@@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- java: [11, 17]
+ java: [11, 17, 21]
os: [ubuntu-latest]
distribution: [temurin]
diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml
index 30b8e546..c709b1cc 100644
--- a/.github/workflows/maven-deploy.yml
+++ b/.github/workflows/maven-deploy.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Configure GIT
run: |
diff --git a/.github/workflows/release-from-tag.yml b/.github/workflows/release-from-tag.yml
index b66b5ff6..c4aab046 100644
--- a/.github/workflows/release-from-tag.yml
+++ b/.github/workflows/release-from-tag.yml
@@ -12,7 +12,7 @@ jobs:
permissions:
contents: write
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
body: 'Changes: https://wcm.io/handler/media/changes-report.html'
diff --git a/pom.xml b/pom.xml
index 0b09dae9..b834f527 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
io.wcm
io.wcm.parent_toplevel
- 2.2.2
+ 2.2.3-SNAPSHOT
@@ -138,7 +138,7 @@
io.wcm
io.wcm.testing.aem-mock.junit5
- 5.4.0
+ 5.4.1-SNAPSHOT
test