From 88d1cd86d32645751864055a29bafb03404cb73b Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 6 Jun 2022 16:51:25 +0200 Subject: [PATCH] fix: update @asyncapi/java-spring-template to 0.27.0 version (#126) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f26e8f4d..df079e59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@asyncapi/go-watermill-template": "^0.2.5", "@asyncapi/html-template": "^0.24.10", "@asyncapi/java-spring-cloud-stream-template": "^0.13.0", - "@asyncapi/java-spring-template": "^0.26.0", + "@asyncapi/java-spring-template": "^0.27.0", "@asyncapi/java-template": "^0.1.1", "@asyncapi/markdown-template": "^1.1.1", "@asyncapi/nodejs-template": "^0.11.4", @@ -745,9 +745,9 @@ } }, "node_modules/@asyncapi/java-spring-template": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@asyncapi/java-spring-template/-/java-spring-template-0.26.0.tgz", - "integrity": "sha512-Yz53WvUzrlHtDOhhvGQ4ZKU4y9lv8bFmAYO3eYoor4sXHLPggG9OIMnaYue8Vw41cheBOEpRfWl7c6fvYFtlWg==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/@asyncapi/java-spring-template/-/java-spring-template-0.27.0.tgz", + "integrity": "sha512-simPHr1X+R3qSU3gDQUaozlFrwE6nZZNpQD/eVe0o+PDIzdXTFR/717emw/IXvxvvjRzkt5+vx6DqFhlqLWkKw==", "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-hooks": "^0.1.0", @@ -19973,9 +19973,9 @@ } }, "@asyncapi/java-spring-template": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@asyncapi/java-spring-template/-/java-spring-template-0.26.0.tgz", - "integrity": "sha512-Yz53WvUzrlHtDOhhvGQ4ZKU4y9lv8bFmAYO3eYoor4sXHLPggG9OIMnaYue8Vw41cheBOEpRfWl7c6fvYFtlWg==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/@asyncapi/java-spring-template/-/java-spring-template-0.27.0.tgz", + "integrity": "sha512-simPHr1X+R3qSU3gDQUaozlFrwE6nZZNpQD/eVe0o+PDIzdXTFR/717emw/IXvxvvjRzkt5+vx6DqFhlqLWkKw==", "requires": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-hooks": "^0.1.0", diff --git a/package.json b/package.json index 3b21410b..ffae827f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@asyncapi/go-watermill-template": "^0.2.5", "@asyncapi/html-template": "^0.24.10", "@asyncapi/java-spring-cloud-stream-template": "^0.13.0", - "@asyncapi/java-spring-template": "^0.26.0", + "@asyncapi/java-spring-template": "^0.27.0", "@asyncapi/java-template": "^0.1.1", "@asyncapi/markdown-template": "^1.1.1", "@asyncapi/nodejs-template": "^0.11.4",