From 42e8d5dbd8425ed90cf4c14fb682503f15ea7d48 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Tue, 21 Nov 2023 01:00:19 +0000 Subject: [PATCH] Update log4j-api, log4j-core to 2.22.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 62d6924e4..fb051514f 100644 --- a/build.sbt +++ b/build.sbt @@ -64,7 +64,7 @@ val profigVersion: String = "3.4.1" val spiceVersion: String = "0.1.10" // Benchmarking Dependencies -val log4jVersion: String = "2.20.0" +val log4jVersion: String = "2.22.0" val disruptorVersion: String = "3.4.4" val logbackVersion: String = "1.2.11" val typesafeConfigVersion: String = "1.4.2"