Skip to content

Commit

Permalink
Merge pull request #158 from Netflix/update-gradle-plugins
Browse files Browse the repository at this point in the history
Update gradle plugin dependencies
  • Loading branch information
kilink authored Jan 19, 2024
2 parents 6e054e6 + 406e320 commit f98475e
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 f98475e

Please sign in to comment.