File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 38
38
"matchUpdateTypes" : [ "major" ] ,
39
39
"enabled" : false
40
40
} ,
41
+ {
42
+ // system-stubs-jupiter 2.1.+ requires Java 11+
43
+ "matchPackagePrefixes" : [ "uk.org.webcompere:system-stubs-jupiter" ] ,
44
+ "matchUpdateTypes" : [ "major" ] ,
45
+ "enabled" : false
46
+ } ,
41
47
{
42
48
// pinned version for compatibility
43
49
"matchPackageNames" : [ "io.micrometer:micrometer-core" ] ,
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies {
13
13
testImplementation(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure" )
14
14
testImplementation(" io.opentelemetry:opentelemetry-sdk-trace" )
15
15
testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
16
- testImplementation(" uk.org.webcompere:system-stubs-jupiter:2.0.2 " )
16
+ testImplementation(" uk.org.webcompere:system-stubs-jupiter:2.0.3 " )
17
17
}
You can’t perform that action at this time.
0 commit comments