From 6c444d86a06c68e08c4227d466d364b93014c705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kohlschu=CC=88tter?= Date: Tue, 1 Jul 2025 18:13:40 +0200 Subject: [PATCH 1/4] pom: Bump Java target version to 17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Align with nfs4j compatibility level. Signed-off-by: Christian Kohlschütter --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f81261d..85b60aa 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ UTF-8 - 11 + 17