From f97b74d0c4d97c6a39580438995562185bcaefc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 23:10:52 +0000 Subject: [PATCH] Bump camunda-engine-rest-openapi from 7.16.0 to 7.18.0 Bumps camunda-engine-rest-openapi from 7.16.0 to 7.18.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 3d3b605..f28335e 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.18.0' implementation 'me.snowdrop:narayana-spring-boot-starter:2.6.0'