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

Commit 04aaa50

Browse files
chore(deps): update plugin org.openapi.generator to v6.4.0
1 parent 9df6c5e commit 04aaa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ plugins {
5757
* - API仕様をスキーマファイル(yaml)に書いて、コード生成し、それを利用するようにする
5858
* - 可能な限りプロダクトコードに依存しないようにする(生成したコードにプロダクトコードを依存させる)
5959
*/
60-
id("org.openapi.generator") version "6.2.0"
60+
id("org.openapi.generator") version "6.4.0"
6161
}
6262

6363
group = "dev.sunabak0"

0 commit comments

Comments
 (0)