From b96bdea6046bc6f4c7d0c12792f4addb9afbac2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 23:57:33 +0000 Subject: [PATCH] Bump org.camunda.bpm:camunda-bom from 7.16.0 to 7.19.0 Bumps [org.camunda.bpm:camunda-bom](https://github.com/camunda/camunda-bpm-platform) from 7.16.0 to 7.19.0. - [Commits](https://github.com/camunda/camunda-bpm-platform/compare/7.16.0...7.19.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 f0c8364..3a4cc3f 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.19.0') implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.jolokia:jolokia-core'