Skip to content

Commit

Permalink
Fully update to log4j 2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Dec 22, 2024
1 parent e5d9c8d commit 776aee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class MavenPomUtil {
public static final String COMPILER_PLUGIN_VERSION = "3.12.1";

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
public class TestTraceMethodReader {

// Usually, the both following versions need to be updated together
private static final String SLF4J_IMPL_VERSION = "2.22.0";
private static final String SLF4J_IMPL_VERSION = "2.24.3";

private final File tmpFolder = new File("target" + File.separator + "kieker_results_test");
private static final String REPO = System.getProperty("user.home") + File.separator + ".m2" + File.separator + "repository";
Expand Down

0 comments on commit 776aee8

Please sign in to comment.