From 73bd3f3b69633d5d4114b52d7ea2f7f01d7dc77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 23:07:58 +0000 Subject: [PATCH] Bump camunda-bom from 7.16.0 to 7.17.0 Bumps [camunda-bom](https://github.com/camunda/camunda-bpm-platform) from 7.16.0 to 7.17.0. - [Release notes](https://github.com/camunda/camunda-bpm-platform/releases) - [Commits](https://github.com/camunda/camunda-bpm-platform/compare/7.16.0...7.17.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 07fc393..d33fbc6 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.17.0') implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.jolokia:jolokia-core'