Skip to content

Commit

Permalink
Merge pull request #255 from holunda-io/dependabot/maven/io.holunda.d…
Browse files Browse the repository at this point in the history
…ata-camunda-bpm-data-1.5.0

Bump io.holunda.data:camunda-bpm-data from 1.4.0 to 1.5.0
  • Loading branch information
p-wunderlich authored Mar 19, 2024
2 parents e6ea337 + e8ce38b commit 833dbed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object RequestApprovalProcess {
const val RESOURCE = "process_approve_request.bpmn"

object Variables {
val REQUEST_ID = stringVariable("request")
val REQUEST_ID = stringVariable("request").nonNull
val ORIGINATOR = stringVariable("originator")
val APPLICANT = stringVariable("applicant")
val SUBJECT = stringVariable("subject")
Expand All @@ -21,7 +21,7 @@ object RequestApprovalProcess {
val AMEND_ACTION = stringVariable("amendAction")
val COMMENT = stringVariable("comment")

val PROJECTION_REVISION = longVariable("projectionRevision")
val PROJECTION_REVISION = longVariable("projectionRevision").nonNull
}

object Elements {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<camunda-bpm-assert.version>${camunda-ce.version}</camunda-bpm-assert.version>
<camunda-bpm-mockito.version>7.20.0</camunda-bpm-mockito.version>
<version.camunda.spin>1.23.0</version.camunda.spin>
<camunda-bpm-data.version>1.4.0</camunda-bpm-data.version>
<camunda-bpm-data.version>1.5.0</camunda-bpm-data.version>
<springdoc.version>1.7.0</springdoc.version>
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<mockito-kotlin.version>5.2.1</mockito-kotlin.version>
Expand Down

0 comments on commit 833dbed

Please sign in to comment.