From 7ec9e1371be92402bc40fed5d3c99ef1ef47feeb Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov <{ID}+{username}@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:21:50 +0200 Subject: [PATCH] Revert Java version from 21 to 17 in pom.xml This change ensures compatibility with current dependencies and build tools that require Java 17. The adjustment aligns the project with the target Java version for smoother development and deployment experiences. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9e1fb70..361abfd 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ UTF-8 official - 21 + 17 2.0.21 ${java.version} ${java.version}