From e7129847b022357c0b38acf4208ae690e7ad0772 Mon Sep 17 00:00:00 2001 From: Amber Arcadia Date: Thu, 9 Jan 2025 14:32:52 -0500 Subject: [PATCH] Fixed pombump version Signed-off-by: Kyle Steere --- kserve-modelmesh/pombump-deps.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kserve-modelmesh/pombump-deps.yaml b/kserve-modelmesh/pombump-deps.yaml index a900ccf5719..7a919b2eab0 100644 --- a/kserve-modelmesh/pombump-deps.yaml +++ b/kserve-modelmesh/pombump-deps.yaml @@ -5,6 +5,12 @@ patches: - groupId: commons-io artifactId: commons-io version: 2.14.0 + - groupId: ch.qos.logback + artifactId: logback-classic + version: 1.3.15 - groupId: ch.qos.logback artifactId: logback-core - version: 1.15.13 + version: 1.3.15 + - groupId: org.slf4j + artifactId: slf4j-api + version: 2.0.16