Skip to content

Commit

Permalink
chore(deps): update kotlin to v2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Dependency Update Bot committed Oct 10, 2024
1 parent 1f2770e commit 0d0b322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ plugins {
id("org.springframework.boot") version "3.3.4"
id("io.spring.dependency-management") version "1.1.6"

kotlin("jvm") version "2.0.20"
kotlin("plugin.spring") version "2.0.20"
kotlin("jvm") version "2.0.21"
kotlin("plugin.spring") version "2.0.21"

id("com.diffplug.spotless") version "6.25.0"
id("org.cadixdev.licenser") version "0.6.1"
Expand Down

0 comments on commit 0d0b322

Please sign in to comment.