Skip to content

Commit 300f131

Browse files
committed
fix
1 parent b5c7416 commit 300f131

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/renovate.json5

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
{
4343
// Spring starter doesn't support Spring Boot 4 yet
4444
"matchPackageNames": ["org.springframework.boot"],
45-
"matchFilePatterns": ["doc-snippets/spring-starter/build.gradle.kts"],
45+
"matchFilePatterns": [
46+
"doc-snippets/spring-starter/build.gradle.kts",
47+
"spring-native/build.gradle.kts"
48+
],
4649
"matchUpdateTypes": ["major"],
4750
"enabled": false
4851
},

spring-native/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22

33
plugins {
44
id("java")
5-
id("org.springframework.boot") version "4.0.0"
5+
id("org.springframework.boot") version "3.5.7"
66
id("org.graalvm.buildtools.native") version "0.11.3"
77
}
88

0 commit comments

Comments
 (0)