File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
doc-snippets/spring-starter Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3939 "matchUpdateTypes" : [ "major" ] ,
4040 "enabled" : false
4141 } ,
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" ] ,
46+ "matchUpdateTypes" : [ "major" ] ,
47+ "enabled" : false
48+ } ,
4249 {
4350 // Skip locally built dice image used in logging-k8s-stdout-otlp-json
4451 "matchManagers" : [ "kubernetes" ] ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id(" java" )
5- id(" org.springframework.boot" ) version " 4.0.0 "
5+ id(" org.springframework.boot" ) version " 3.5.7 "
66}
77
88val moduleName by extra { " io.opentelemetry.examples.docs.spring-starter" }
You can’t perform that action at this time.
0 commit comments