Skip to content

Commit

Permalink
Also update jupiter to 5.11.4, to get compatibility to surefire 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Dec 22, 2024
1 parent 256be52 commit 6956674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class MavenPomUtil {

public static final String COMPILER_PLUGIN_VERSION = "3.12.1";

public static final String JUPITER_VERSION = "5.10.1";
public static final String JUPITER_VERSION = "5.11.4";
public static final String LOG4J_VERSION = "2.24.1";

private static final Logger LOG = LogManager.getLogger(MavenPomUtil.class);
Expand Down

0 comments on commit 6956674

Please sign in to comment.