Fix typo on swagger2 dependency (#15826)

This commit is contained in:
Frederic Jones
2023-06-13 15:02:58 +02:00
committed by GitHub
parent e5a9081456
commit 43b1ce2c89
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ ext {
}
dependencies {
implementation "io.swagge.core.v3r:swagger-annotations:$swagger_annotations_version"
implementation "io.swagger.core.v3:swagger-annotations:$swagger_annotations_version"
implementation "com.google.code.findbugs:jsr305:3.0.2"
implementation "io.projectreactor:reactor-core:$reactor_version"
implementation "org.springframework.boot:spring-boot-starter-webflux:$spring_boot_version"