From cd4bd8230a3a8746b546fdc1699c24c7fa8db9c4 Mon Sep 17 00:00:00 2001 From: Agoston Horvath Date: Sat, 7 Sep 2024 19:11:55 +0200 Subject: [PATCH] upped java version to 17 as this is the minimum required by spring3. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5e62ac9..3df32d3 100644 --- a/pom.xml +++ b/pom.xml @@ -87,8 +87,8 @@ maven-compiler-plugin 3.13.0 - 1.8 - 1.8 + 17 + 17