Skip to content

Commit

Permalink
fix(deps): update dependency io.swagger.core.v3:swagger-annotations t…
Browse files Browse the repository at this point in the history
…o v2.2.23
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 9df6c5e commit 8173c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {
* - OpenAPI Generatorで作成されるコードがimportしている
* - 基本的にプロダクションコードでは使わない想定
*/
compileOnly("io.swagger.core.v3:swagger-annotations:2.2.6")
compileOnly("io.swagger.core.v3:swagger-annotations:2.2.23")
compileOnly("io.swagger.core.v3:swagger-models:2.2.6")
compileOnly("jakarta.annotation:jakarta.annotation-api:2.1.1")

Expand Down

0 comments on commit 8173c01

Please sign in to comment.