From 0a0f26ec998a12357e480c5c7fe9f0765fc1709d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 23:07:55 +0000 Subject: [PATCH] Bump camunda-engine-rest-openapi from 7.16.0 to 7.17.0 Bumps camunda-engine-rest-openapi from 7.16.0 to 7.17.0. --- updated-dependencies: - dependency-name: org.camunda.bpm:camunda-engine-rest-openapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 07fc393..0c19be4 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'org.camunda.bpm.identity:camunda-identity-ldap' implementation 'org.camunda.bpm:camunda-engine-plugin-spin' implementation 'org.camunda.spin:camunda-spin-dataformat-json-jackson' - camundaApi 'org.camunda.bpm:camunda-engine-rest-openapi:7.16.0' + camundaApi 'org.camunda.bpm:camunda-engine-rest-openapi:7.17.0' implementation 'me.snowdrop:narayana-spring-boot-starter:2.6.0'