diff --git a/kserve-modelmesh.yaml b/kserve-modelmesh.yaml index 9aec5c0e566..5fcb6f7d695 100644 --- a/kserve-modelmesh.yaml +++ b/kserve-modelmesh.yaml @@ -1,7 +1,7 @@ package: name: kserve-modelmesh version: 0.12.0 - epoch: 6 + epoch: 7 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 0e247dffccd..548e53748b6 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.5.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 diff --git a/kserve-modelmesh/pombump-properties.yaml b/kserve-modelmesh/pombump-properties.yaml index c4b01852049..ee565013561 100644 --- a/kserve-modelmesh/pombump-properties.yaml +++ b/kserve-modelmesh/pombump-properties.yaml @@ -1,3 +1,3 @@ properties: - property: netty-version - value: "4.1.115.Final" + value: 4.1.118.Final