Skip to content
Closed
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 services/inventory-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
// @get:JvmName / @JvmRecord 패턴 적용. plugin.spring 은 @Service / @Component /
// @RestController 같은 Spring 빈 클래스를 자동으로 `open` 처리, plugin.jpa 는
// @Entity 클래스에 noarg 생성자를 합성한다.
kotlin("jvm") version "1.9.25"
kotlin("jvm") version "2.3.21"
kotlin("plugin.spring") version "1.9.25"
kotlin("plugin.jpa") version "1.9.25"
id("org.springframework.boot") version "3.5.14"
Expand Down
Loading