From 6e73a883971fd4101b106a7439cb38edb2a93ba8 Mon Sep 17 00:00:00 2001 From: yeikel Date: Mon, 13 Jan 2025 21:12:25 -0500 Subject: [PATCH] BE: upgrade logback to 1.5.16 --- api/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/api/pom.xml b/api/pom.xml index dc774c09a..a71b9402f 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -18,6 +18,8 @@ ${project.basedir}/target/jacoco.exec ${project.basedir}/target/site/jacoco/jacoco.xml java + + 1.5.16 @@ -115,9 +117,31 @@ ${avro.version} + + ch.qos.logback + logback-core + ${logback.version} + + + + ch.qos.logback + logback-classic + ${logback.version} + + org.springframework.boot spring-boot-starter-logging + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + +