We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dcad0 commit 7d7be1bCopy full SHA for 7d7be1b
buildSrc/build.gradle.kts
@@ -44,6 +44,6 @@ dependencies {
44
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6")
45
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.3")
46
47
- // updated to latest 2.x version for better Gradle 9.0 compatibility
48
- implementation("org.springframework.boot:spring-boot-gradle-plugin:2.7.18")
+ // updated to latest 3.x version for better Gradle 9.0 compatibility
+ implementation("org.springframework.boot:spring-boot-gradle-plugin:3.2.0")
49
}
0 commit comments