From d755af683042d4e4bbdb183fdd9af45412f0427b Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Wed, 15 Sep 2021 17:03:35 +0200 Subject: [PATCH] fix: update @asyncapi/modelina to 0.30.0 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 a41059438..9e1811e00 100644 --- a/runtimes/java/package-lock.json +++ b/runtimes/java/package-lock.json @@ -76,9 +76,9 @@ } }, "@asyncapi/modelina": { - "version": "0.29.4", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.29.4.tgz", - "integrity": "sha512-MZS3HakPPP+uQhmaF8PuTongw2mu/PEkqnmk2EU4fuczNB41/fWjN8hqCh6YPyOEwvG8RSl0ZtMRbUGLOpPsaQ==", + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.30.0.tgz", + "integrity": "sha512-8n4LoePFtSZTxD+sfMUQnd+dkNidzcQtibFwNEU5O5CdV0vRIo5cJ0R9DbE9LeimVdmPjkNndsjSJpL5VUNuyw==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.7", "@asyncapi/parser": "^1.9.0", diff --git a/runtimes/java/package.json b/runtimes/java/package.json index 52a03453c..130df7b02 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.15", - "@asyncapi/modelina": "^0.29.4" + "@asyncapi/modelina": "^0.30.0" }, "generator": { "renderer": "react",