From 773ca59fa6c77e23fd2438d3de6fbc5b7c1e60f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:22:14 +0000 Subject: [PATCH] build(deps): bump org.openapi.generator from 7.0.1 to 7.9.0 Bumps org.openapi.generator from 7.0.1 to 7.9.0. --- updated-dependencies: - dependency-name: org.openapi.generator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- data-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-api/build.gradle b/data-api/build.gradle index 1c24a41..b98fd35 100644 --- a/data-api/build.gradle +++ b/data-api/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.openapi.generator' version '7.0.1' + id 'org.openapi.generator' version '7.9.0' } apply plugin: 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin'