File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,10 @@ updates:
81
81
# Json Unit 3.x requires Java 17
82
82
- dependency-name : " net.javacrumbs.json-unit:*"
83
83
versions : ["[3.0.0,)"]
84
- # LMAX Disruptor requires Java 11
84
+ # Update both `disruptor.version` to latest 3.x version
85
+ # and `disruptor4.version` to latest 4.x version
85
86
- dependency-name : " com.lmax:disruptor"
86
- versions : ["[4.0.0,) "]
87
+ update-types : ["version-update:semver-major "]
87
88
# WebCompere System Stubs requires Java 11
88
89
- dependency-name : " uk.org.webcompere:*"
89
90
versions : ["2.1.0,)"]
Original file line number Diff line number Diff line change 452
452
453
453
</profile >
454
454
455
+ <!--
456
+ ~ Dummy profile to force Dependabot to upgrade `disruptor4.version`.
457
+ ~ Using this profile causes a compilation error.
458
+ -->
459
+ <profile >
460
+ <id >disruptor-4</id >
461
+ <dependencies >
462
+ <dependency >
463
+ <groupId >com.lmax</groupId >
464
+ <artifactId >disruptor</artifactId >
465
+ <version >${disruptor4.version} </version >
466
+ </dependency >
467
+ </dependencies >
468
+ </profile >
455
469
</profiles >
456
470
457
471
</project >
You can’t perform that action at this time.
0 commit comments