From cde9541f94aefdbd5fbb9b87a9af098157b99821 Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Mon, 6 Sep 2021 14:43:53 +0200 Subject: [PATCH] fix: update @asyncapi/modelina to 0.28.3 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 3674fbf0f..88800c598 100644 --- a/runtimes/java/package-lock.json +++ b/runtimes/java/package-lock.json @@ -58,9 +58,9 @@ } }, "@asyncapi/modelina": { - "version": "0.28.2", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.28.2.tgz", - "integrity": "sha512-Bls01j/nFBeS3Cij+ho8MgCtu8+9jypUzdoxtE/0UbAPEiBA2D9nJbGERlupdaSE/NGKAfa9sB7ab0WJsmtb2Q==", + "version": "0.28.3", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.28.3.tgz", + "integrity": "sha512-PZ5A1tysK/CnzQTZOOrsQC4IJqg6BU4tD8sZCuePhqKcL3cmRoRBF4rKVVObl6GBpgmtpAIwo440wz//8hXeVA==", "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 d86983a3e..365143894 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.2" + "@asyncapi/modelina": "^0.28.3" }, "generator": { "renderer": "react",