From b4b98fa785cbda1be6df2f94869c1e807332021b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:41:56 +0000 Subject: [PATCH] build(deps): bump com.guidedbyte.openapi-modelgen in /plugin Bumps com.guidedbyte.openapi-modelgen from 1.0.0 to 2.1.0. --- updated-dependencies: - dependency-name: com.guidedbyte.openapi-modelgen dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index d6a55cb..63ac1ad 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -367,7 +367,7 @@ Add to your build.gradle: ```groovy plugins { - id 'com.guidedbyte.openapi-modelgen' version '1.0.0' + id 'com.guidedbyte.openapi-modelgen' version '2.1.0' } ``` """