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

Commit e944f62

Browse files
chore(deps): update plugin org.openapi.generator to v6.2.1
1 parent 032fac2 commit e944f62

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
@@ -80,7 +80,7 @@ plugins {
8080
* - API仕様をスキーマファイル(yaml)に書いて、コード生成し、それを利用するようにする
8181
* - 可能な限りプロダクトコードに依存しないようにする(生成したコードにプロダクトコードを依存させる)
8282
*/
83-
id("org.openapi.generator") version "6.2.0"
83+
id("org.openapi.generator") version "6.2.1"
8484

8585
/**
8686
* com.google.devtools.ksp

0 commit comments

Comments
 (0)