Skip to content

Commit

Permalink
kotlin plugin upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Hank-Choi committed Apr 1, 2024
1 parent 54f0b89 commit 7fd557e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import java.io.ByteArrayOutputStream
plugins {
id("org.springframework.boot") version "3.2.4" apply false
id("io.spring.dependency-management") version "1.1.3"
kotlin("jvm") version "1.9.10"
kotlin("plugin.spring") version "1.8.21"
kotlin("plugin.allopen") version "1.8.21"
kotlin("plugin.noarg") version "1.8.21"
kotlin("jvm") version "1.9.22"
kotlin("plugin.spring") version "1.9.22"
kotlin("plugin.allopen") version "1.9.22"
kotlin("plugin.noarg") version "1.9.22"
id("org.jlleitschuh.gradle.ktlint") version "11.3.2"
}

Expand Down

0 comments on commit 7fd557e

Please sign in to comment.