From ad175016c997648193c95e48ac2c219bd4b9f7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 23:10:42 +0000 Subject: [PATCH] Bump camunda-bom from 7.16.0 to 7.18.0 Bumps [camunda-bom](https://github.com/camunda/camunda-bpm-platform) from 7.16.0 to 7.18.0. - [Release notes](https://github.com/camunda/camunda-bpm-platform/releases) - [Commits](https://github.com/camunda/camunda-bpm-platform/compare/7.16.0...7.18.0) --- updated-dependencies: - dependency-name: org.camunda.bpm:camunda-bom 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..8460255 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ configurations { } dependencies { - implementation platform('org.camunda.bpm:camunda-bom:7.16.0') + implementation platform('org.camunda.bpm:camunda-bom:7.18.0') implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.jolokia:jolokia-core'