Skip to content

Commit

Permalink
Update gradle plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kilink committed Jan 18, 2024
1 parent 0b27b33 commit 406e320
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*


plugins {
kotlin("jvm") version "1.9.0"
kotlin("plugin.spring") version "1.9.20"
kotlin("jvm") version "1.9.22"
kotlin("plugin.spring") version "1.9.22"
id("com.netflix.dgs.codegen") version "6.1.0"
id("org.springframework.boot") version "3.1.2"
id("nebula.dependency-recommender") version "11.0.0"
id("nebula.netflixoss") version "11.3.2"
}

group = "com.example"
Expand Down

0 comments on commit 406e320

Please sign in to comment.