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 f898990 commit 87202b2Copy full SHA for 87202b2
.github/renovate.json5
@@ -53,7 +53,10 @@
53
{
54
// Spring starter doesn't support Spring Boot 4 yet
55
"matchPackageNames": ["org.springframework.boot"],
56
- "matchFilePatterns": ["doc-snippets/spring-starter/build.gradle.kts"],
+ "matchFilePatterns": [
57
+ "doc-snippets/spring-starter/build.gradle.kts",
58
+ "spring-native/build.gradle.kts"
59
+ ],
60
"matchUpdateTypes": ["major"],
61
"enabled": false
62
},
spring-native/build.gradle.kts
@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
2
3
plugins {
4
id("java")
5
- id("org.springframework.boot") version "4.0.0"
+ id("org.springframework.boot") version "3.5.7"
6
id("org.graalvm.buildtools.native") version "0.11.3"
7
}
8
0 commit comments