Skip to content

Commit 9f0b743

Browse files
committed
update pom, improve API
1 parent b2ea6a1 commit 9f0b743

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/src/main/kotlin/dev/bpmcrafters/processengineapi/task/ChangePayloadModifyTaskCmd.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

@@ -23,7 +23,7 @@
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

0 commit comments

Comments
 (0)