From d8fcf721af62e54b16069155732149f47e14446e Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts@users.noreply.github.com> Date: Sat, 21 Dec 2024 00:45:17 +0000 Subject: [PATCH 1/2] kserve-modelmesh/0.12.0-r5: fix GHSA-pr98-23f8-jwxv --- kserve-modelmesh.yaml | 2 +- kserve-modelmesh/pombump-deps.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/kserve-modelmesh.yaml b/kserve-modelmesh.yaml index bf5f1fe9a44..9aec5c0e566 100644 --- a/kserve-modelmesh.yaml +++ b/kserve-modelmesh.yaml @@ -1,7 +1,7 @@ package: name: kserve-modelmesh version: 0.12.0 - epoch: 5 + epoch: 6 description: The ModelMesh framework is a mature, general-purpose model serving management/routing layer designed for high-scale, high-density and frequently-changing model use cases. dependencies: runtime: diff --git a/kserve-modelmesh/pombump-deps.yaml b/kserve-modelmesh/pombump-deps.yaml index 2540638d5bb..a900ccf5719 100644 --- a/kserve-modelmesh/pombump-deps.yaml +++ b/kserve-modelmesh/pombump-deps.yaml @@ -5,3 +5,6 @@ patches: - groupId: commons-io artifactId: commons-io version: 2.14.0 + - groupId: ch.qos.logback + artifactId: logback-core + version: 1.15.13 From a5377f2db96a7e05d0ae6c749d1d066be397ef63 Mon Sep 17 00:00:00 2001 From: Amber Arcadia Date: Thu, 9 Jan 2025 14:32:52 -0500 Subject: [PATCH 2/2] Fixed pombump version --- kserve-modelmesh/pombump-deps.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/kserve-modelmesh/pombump-deps.yaml b/kserve-modelmesh/pombump-deps.yaml index a900ccf5719..0e247dffccd 100644 --- a/kserve-modelmesh/pombump-deps.yaml +++ b/kserve-modelmesh/pombump-deps.yaml @@ -1,10 +1,10 @@ patches: - - groupId: com.google.protobuf - artifactId: protobuf-java - version: 3.25.5 - - groupId: commons-io - artifactId: commons-io - version: 2.14.0 - - groupId: ch.qos.logback - artifactId: logback-core - version: 1.15.13 + - groupId: com.google.protobuf + artifactId: protobuf-java + version: 3.25.5 + - groupId: commons-io + artifactId: commons-io + version: 2.14.0 + - groupId: ch.qos.logback + artifactId: logback-core + version: 1.5.13