diff --git a/runtimes/java/package-lock.json b/runtimes/java/package-lock.json index ebf4a81db..1998f3779 100644 --- a/runtimes/java/package-lock.json +++ b/runtimes/java/package-lock.json @@ -58,9 +58,9 @@ } }, "@asyncapi/modelina": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.27.0.tgz", - "integrity": "sha512-/EvKpMCmCnbOfArKdqbaWsodJI3GXvWZ+9EAvqX9RLlwjtp8Ej3FUTS70o8AqNxadkpFNdM7i7CuFN/U6CAKyQ==", + "version": "0.27.1", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.27.1.tgz", + "integrity": "sha512-IKkYM9Myr7Nlgr0F+1ujtNcu/cHV5Vj9nm3maRpCq/dePHwo6PVogexTYtPhW/XhIaoRzNw8W/o2nr3f/A+qWQ==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.7", "@asyncapi/parser": "^1.7.0", diff --git a/runtimes/java/package.json b/runtimes/java/package.json index 24c6e9f1e..3b44f864a 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.11", - "@asyncapi/modelina": "^0.27.0" + "@asyncapi/modelina": "^0.27.1" }, "generator": { "renderer": "react",