File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
api/src/main/kotlin/dev/bpmcrafters/processengineapi/task Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ abstract class ChangePayloadModifyTaskCmd(
5050 val payloadKeysSupplier : Supplier <List <String >>
5151 ) : ChangePayloadModifyTaskCmd(
5252 taskId = taskId
53- ) {
53+ ), Supplier<List<String>> by payloadKeysSupplier {
5454 /* *
5555 * Constructs a delete payload command by task id and payload keys.
5656 * @param taskId id of the task to modify.
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >dev.bpm-crafters.maven.parent</groupId >
77 <artifactId >maven-parent</artifactId >
8- <version >2025.07.2 </version >
8+ <version >2025.07.3 </version >
99 <relativePath />
1010 </parent >
1111
2323 <!-- TEST -->
2424 <mockito .version>5.4.0</mockito .version>
2525 <assertj .version>3.27.3</assertj .version>
26- <junit5 .version>5.11 .3</junit5 .version>
26+ <junit5 .version>5.13 .3</junit5 .version>
2727 <awaitility .version>4.3.0</awaitility .version>
2828 </properties >
2929
You can’t perform that action at this time.
0 commit comments