diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 24557a9..67f3e04 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,11 +14,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
- - name: Set up JDK 17
+ - name: Set up JDK 25
uses: actions/setup-java@v5
with:
distribution: temurin
- java-version: 17
+ java-version: 25
cache: maven
- name: Build with Maven
run: ./mvnw --batch-mode --no-transfer-progress verify
diff --git a/pom.xml b/pom.xml
index 3c248ee..49e194e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
org.jboss
jboss-parent
- 51
+ 52
org.jboss.mod_cluster
mod_cluster-docs-parent