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 5050 "matchUpdateTypes" : [ "major" ] ,
5151 "enabled" : false
5252 } ,
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" ] ,
57+ "matchUpdateTypes" : [ "major" ] ,
58+ "enabled" : false
59+ } ,
5360 {
5461 // Skip locally built dice image used in logging-k8s-stdout-otlp-json
5562 "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