Skip to content

Commit

Permalink
fix(deps): update dependency io.swagger.core.v3:swagger-models to v2.…
Browse files Browse the repository at this point in the history
…2.24
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 9df6c5e commit 0d0d0ac
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 @@ -103,7 +103,7 @@ dependencies {
* - 基本的にプロダクションコードでは使わない想定
*/
compileOnly("io.swagger.core.v3:swagger-annotations:2.2.6")
compileOnly("io.swagger.core.v3:swagger-models:2.2.6")
compileOnly("io.swagger.core.v3:swagger-models:2.2.24")
compileOnly("jakarta.annotation:jakarta.annotation-api:2.1.1")

/**
Expand Down

0 comments on commit 0d0d0ac

Please sign in to comment.