From aaafb9509a501967bc97534eddeff3fbed3732b8 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Thu, 9 Apr 2026 17:38:03 +0700 Subject: [PATCH] fix: upgrade maven-surefire-plugin to 3.2.5 for JDK 21 compat --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 989b094..11f3bed 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,11 @@ org.apache.maven.plugins maven-compiler-plugin + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.5 + org.apache.maven.plugins maven-source-plugin