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

fix(deps): update dependency io.swagger.core.v3:swagger-models to v2.2.29 #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.29")
compileOnly("jakarta.annotation:jakarta.annotation-api:2.1.1")

/**
Expand Down
Loading