diff --git a/kserve-modelmesh.yaml b/kserve-modelmesh.yaml index 96acaabac2d..11e90aba015 100644 --- a/kserve-modelmesh.yaml +++ b/kserve-modelmesh.yaml @@ -2,7 +2,7 @@ package: name: kserve-modelmesh version: 0.12.0 - epoch: 15 # GHSA-4cx2-fc23-5wg6 + epoch: 16 # GHSA-3p8m-j85q-pgmj 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 d9f5bf372ef..9e5855d6a41 100644 --- a/kserve-modelmesh/pombump-deps.yaml +++ b/kserve-modelmesh/pombump-deps.yaml @@ -17,3 +17,6 @@ patches: - groupId: io.netty artifactId: netty-codec-http2 version: 4.1.124.Final + - groupId: io.netty + artifactId: netty-codec + version: 4.1.125.Final