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 b5c7416 commit 300f131Copy full SHA for 300f131
.github/renovate.json5
@@ -42,7 +42,10 @@
42
{
43
// Spring starter doesn't support Spring Boot 4 yet
44
"matchPackageNames": ["org.springframework.boot"],
45
- "matchFilePatterns": ["doc-snippets/spring-starter/build.gradle.kts"],
+ "matchFilePatterns": [
46
+ "doc-snippets/spring-starter/build.gradle.kts",
47
+ "spring-native/build.gradle.kts"
48
+ ],
49
"matchUpdateTypes": ["major"],
50
"enabled": false
51
},
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