From: Fiete Ostkamp Date: Mon, 8 Apr 2024 13:26:28 +0000 (+0200) Subject: Update openapi generator and spring boot in bff X-Git-Tag: 0.0.9~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0bf11185dcf93394c600972a83dbe69f9014e521;p=portal-ng%2Fbff.git Update openapi generator and spring boot in bff Issue-ID: PORTALNG-84 Change-Id: Ie6a1bd0a93354828f176ba1ed4a92cabbcef3310 Signed-off-by: Fiete Ostkamp --- diff --git a/openapi/build.gradle b/openapi/build.gradle index 34d949b..e128f6f 100644 --- a/openapi/build.gradle +++ b/openapi/build.gradle @@ -11,5 +11,5 @@ dependencies { } ext { - openapiVersion = '7.0.0-beta' + openapiVersion = '7.4.0' } \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 8327ebf..cb8a886 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,8 +3,8 @@ pluginManagement { // https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_version_management plugins { id 'io.spring.dependency-management' version '1.1.4' - id 'org.springframework.boot' version '3.2.3' - id 'org.openapi.generator' version '7.3.0' + id 'org.springframework.boot' version '3.2.4' + id 'org.openapi.generator' version '7.4.0' id 'com.github.johnrengelman.shadow' version '7.1.2' id 'com.gorylenko.gradle-git-properties' version '2.4.1' id 'com.diffplug.spotless' version '6.20.0'