File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 112
112
"smoke-tests-otel-starter/spring-boot-reactive-common/build.gradle.kts" ,
113
113
"smoke-tests-otel-starter/spring-smoke-testing/build.gradle.kts"
114
114
] ,
115
- "matchPackageNames" : [ "org.springframework.boot" , "org.springframework.boot:spring-boot-dependencies" ] ,
115
+ "matchPackageNames" : [
116
+ "org.slf4j:slf4j-api" ,
117
+ "org.springframework.boot" ,
118
+ "org.springframework.boot:spring-boot-dependencies" ] ,
116
119
"matchUpdateTypes" : [ "major" ] ,
117
120
"enabled" : false ,
118
121
} ,
122
+ {
123
+ // intentionally using Spring Boot 2 in this smoke tests
124
+ "matchFileNames" : [
125
+ "smoke-tests-otel-starter/spring-boot-2/build.gradle.kts" ,
126
+ "smoke-tests-otel-starter/spring-boot-reactive-2/build.gradle.kts"
127
+ ] ,
128
+ "matchPackageNames" : [ "ch.qos.logback:logback-classic" ] ,
129
+ "matchUpdateTypes" : [ "minor" ] ,
130
+ "enabled" : false ,
131
+ } ,
119
132
{
120
133
// intentionally using logback 1.2 in this smoke tests
121
134
"matchFileNames" : [ "smoke-tests/images/spring-boot/build.gradle.kts" ] ,
You can’t perform that action at this time.
0 commit comments