diff --git a/runtimes/java/package-lock.json b/runtimes/java/package-lock.json index 514d3039d..3674fbf0f 100644 --- a/runtimes/java/package-lock.json +++ b/runtimes/java/package-lock.json @@ -58,9 +58,9 @@ } }, "@asyncapi/modelina": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.28.1.tgz", - "integrity": "sha512-sQp/G7gYFQYo1ExmRFgtoTdUfiZJ0J4odKOr8TZa4IHRgiMSP89iJavYW4hAN+GGoruLkDLgu7sZL2AqQmVBng==", + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.28.2.tgz", + "integrity": "sha512-Bls01j/nFBeS3Cij+ho8MgCtu8+9jypUzdoxtE/0UbAPEiBA2D9nJbGERlupdaSE/NGKAfa9sB7ab0WJsmtb2Q==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.7", "@asyncapi/parser": "^1.8.1", diff --git a/runtimes/java/package.json b/runtimes/java/package.json index a2d135018..d86983a3e 100644 --- a/runtimes/java/package.json +++ b/runtimes/java/package.json @@ -6,7 +6,7 @@ "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.13", - "@asyncapi/modelina": "^0.28.1" + "@asyncapi/modelina": "^0.28.2" }, "generator": { "renderer": "react",