From 85166cebe884d85b5a4f9b07540a200931a7c0f5 Mon Sep 17 00:00:00 2001 From: Jimisola Laursen Date: Sat, 7 Mar 2026 19:29:41 +0100 Subject: [PATCH] chore!: set minimum Java version to 21 Update maven.compiler.source and maven.compiler.target from 1.8 to 21, and add maven.compiler.release=21 to match the reqstool-java-annotations module. CI already builds with Java 21. BREAKING CHANGE: Minimum Java version is now 21 (was 1.8). Signed-off-by: jimisola --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7df966d..00a36ba 100644 --- a/pom.xml +++ b/pom.xml @@ -47,8 +47,9 @@ UTF-8 - 1.8 - 1.8 + 21 + 21 + 21