From f77e3bdc26844c3aa702dd09b0ec8383e1e480e4 Mon Sep 17 00:00:00 2001 From: HadiSharifi Date: Mon, 20 Apr 2026 01:45:45 +0330 Subject: [PATCH] change pom.xml file for using JDK 21 --- .idea/misc.xml | 2 +- pom.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index d2b5d0f..bada8b5 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index d469778..c09efef 100644 --- a/pom.xml +++ b/pom.xml @@ -9,8 +9,8 @@ 1.0-SNAPSHOT - 25 - 25 + 21 + 21 UTF-8 @@ -21,6 +21,13 @@ 5.11.4 test + + + org.junit.platform + junit-platform-launcher + 1.11.4 + test +