aboutsummaryrefslogtreecommitdiffstats
path: root/openapi/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'openapi/build.gradle')
-rw-r--r--openapi/build.gradle9
1 files changed, 3 insertions, 6 deletions
diff --git a/openapi/build.gradle b/openapi/build.gradle
index 01664eb..1f7148e 100644
--- a/openapi/build.gradle
+++ b/openapi/build.gradle
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'idea'
- id 'org.openapi.generator' version '5.3.0'
+ id 'org.openapi.generator'
}
repositories {
@@ -9,11 +9,8 @@ repositories {
}
dependencies {
- implementation 'org.openapitools:openapi-generator:5.3.0'
- implementation 'org.springframework.boot:spring-boot-starter-webflux:2.5.5'
- // NOTE(KE) needed to add these dependencies, check in next version whether its removable...
- // https://github.com/OpenAPITools/openapi-generator/issues/8360
- compileOnly "io.springfox:springfox-swagger2:3.0.0"
+ implementation 'org.openapitools:openapi-generator:6.2.0'
+ implementation 'org.springframework.boot:spring-boot-starter-webflux:2.7.3'
}
// https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator-gradle-plugin/README.adoc