Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 032fac2

Browse files
fix(deps): update io.swagger.core.v3:swaagger-* to v2.2.6 (#288)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c97c9d5 commit 032fac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ dependencies {
289289
* - OpenAPI Generatorで作成されるコードがimportしている
290290
* - 基本的にプロダクションコードでは使わない想定
291291
*/
292-
compileOnly("io.swagger.core.v3:swagger-annotations:2.2.4")
293-
compileOnly("io.swagger.core.v3:swagger-models:2.2.4")
292+
compileOnly("io.swagger.core.v3:swagger-annotations:2.2.6")
293+
compileOnly("io.swagger.core.v3:swagger-models:2.2.6")
294294
compileOnly("jakarta.annotation:jakarta.annotation-api:2.1.1")
295295

296296
/**

0 commit comments

Comments
 (0)