From d7f0579c9971820c0533c3131ab31f7a839c37a3 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sat, 22 Nov 2025 23:54:12 -0800 Subject: [PATCH] fix: replace deprecated slf4j-log4j12 with slf4j-reload4j Maven warning: 'The artifact org.slf4j:slf4j-log4j12:jar:1.7.36 has been relocated to org.slf4j:slf4j-reload4j:jar:1.7.36' slf4j-log4j12 was replaced by slf4j-reload4j due to log4j vulnerabilities. The reload4j project is a fork of log4j 1.2.17 with security fixes. This is a drop-in replacement with the same API. --- test/java/spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/java/spark/pom.xml b/test/java/spark/pom.xml index bef681816..1b0b16f9e 100644 --- a/test/java/spark/pom.xml +++ b/test/java/spark/pom.xml @@ -235,7 +235,7 @@ org.slf4j - slf4j-log4j12 + slf4j-reload4j 1.7.36 test