Skip to content

Commit

Permalink
Merge pull request #216 from joreilly/renovate/major-spring-boot
Browse files Browse the repository at this point in the history
Update plugin org.springframework.boot to v3
  • Loading branch information
joreilly authored Nov 4, 2023
2 parents 5850db0 + 13b45ca commit 29f79ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
kotlin("multiplatform")
id("org.jetbrains.kotlin.plugin.spring") version("1.8.20")
kotlin("plugin.serialization")
id("org.springframework.boot") version("2.7.10")
id("org.springframework.boot") version("3.1.5")
//id("com.google.cloud.tools.appengine") version("2.4.2")
id("com.github.johnrengelman.shadow")
}
Expand Down

0 comments on commit 29f79ce

Please sign in to comment.