From 409574f64b7d610254083a80e3297ebebbb96f2a Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Fri, 3 Sep 2021 14:57:01 +0200 Subject: [PATCH] fix: update @asyncapi/modelina to 0.28.2 version --- runtimes/java/package-lock.json | 6 +++--- runtimes/java/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",