diff --git a/build.gradle b/build.gradle index 4b7ebd0..3859e9f 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'io.swagger.core.v3:swagger-annotations:2.2.16' + implementation 'io.swagger.core.v3:swagger-annotations:2.2.19' implementation 'com.networknt:json-schema-validator:1.0.87' developmentOnly 'org.springframework.boot:spring-boot-devtools' testImplementation 'org.springframework.boot:spring-boot-starter-test'