Skip to content

Commit

Permalink
chore(deps): update plugin com.google.devtools.ksp to v2.1.0-1.0.29 (#…
Browse files Browse the repository at this point in the history
…457)

* chore(deps): update plugin com.google.devtools.ksp to v2.1.0-1.0.29

* Update build.gradle.kts

* Update build.gradle.kts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hantsy Bai <hantsy@gmail.com>
  • Loading branch information
renovate[bot] and hantsy authored Nov 30, 2024
1 parent 8e7f58b commit f0d60f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions komapper/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
kotlin("jvm") version "2.0.20"
kotlin("plugin.spring") version "2.0.20"
id("com.google.devtools.ksp") version "2.0.20-1.0.25"
id("org.springframework.boot") version "3.4.0-RC1"
kotlin("jvm") version "2.1.0"
kotlin("plugin.spring") version "2.1.0"
id("com.google.devtools.ksp") version "2.1.0-1.0.29"
id("org.springframework.boot") version "3.4.0"
id("io.spring.dependency-management") version "1.1.6"
}

Expand All @@ -20,7 +20,7 @@ repositories {
maven { url = uri("https://repo.spring.io/milestone") }
}

val komapperVersion = "4.0.0"
val komapperVersion = "5.0.0"

dependencies {
platform("org.komapper:komapper-platform:$komapperVersion").let {
Expand Down

0 comments on commit f0d60f5

Please sign in to comment.