Skip to content

Commit

Permalink
chore(deps): update plugin org.openapi.generator to v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2023
1 parent 9df6c5e commit 30ae1d4
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 @@ -57,7 +57,7 @@ plugins {
* - API仕様をスキーマファイル(yaml)に書いて、コード生成し、それを利用するようにする
* - 可能な限りプロダクトコードに依存しないようにする(生成したコードにプロダクトコードを依存させる)
*/
id("org.openapi.generator") version "6.2.0"
id("org.openapi.generator") version "6.3.0"
}

group = "dev.sunabak0"
Expand Down

0 comments on commit 30ae1d4

Please sign in to comment.