From b386643e3d3c0e0af35d8ef182abc68e57ab0556 Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Fri, 3 Sep 2021 14:06:53 +0200 Subject: [PATCH] fix: update @asyncapi/modelina to 0.28.1 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 7b3a20cf9..514d3039d 100644 --- a/runtimes/java/package-lock.json +++ b/runtimes/java/package-lock.json @@ -58,9 +58,9 @@ } }, "@asyncapi/modelina": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.28.0.tgz", - "integrity": "sha512-ID8b9yHENzRvpbJ1Acr+OCYAZvl6ZWEyCVMPXlsXxOzCaGajRtXhIbQInudUOeWER0a7KclDv5QtXgKT6+KZ8Q==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.28.1.tgz", + "integrity": "sha512-sQp/G7gYFQYo1ExmRFgtoTdUfiZJ0J4odKOr8TZa4IHRgiMSP89iJavYW4hAN+GGoruLkDLgu7sZL2AqQmVBng==", "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 273f3c15f..a2d135018 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.0" + "@asyncapi/modelina": "^0.28.1" }, "generator": { "renderer": "react",