From 9ed77a0fc422da5f5c21e6b0463fedd315b86c68 Mon Sep 17 00:00:00 2001 From: danielkolb Date: Fri, 12 Nov 2021 17:14:27 +0100 Subject: [PATCH] upgrade camunda to 7.16 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cba5a30..412c5de 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # camunda-spring-boot-quickstarter -Dockerized quick-start template for a Camunda EE 7.15.0 Spring Boot process applications with Gradle. +Dockerized quick-start template for a Camunda EE 7.16.0 Spring Boot process applications with Gradle. Includes the Camunda cockpit history plugin from https://github.com/datakurre/camunda-cockpit-plugins Support for Camunda process testing including process test coverage report for non Sprint Boot tests. H2 database is used as the default database. Configuration for postgres is provided and can be enabled if needed. diff --git a/build.gradle b/build.gradle index 9172471..4335405 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,8 @@ bootJar { } ext { - camundaVersionCE = "7.15.0" - camundaVersionEE = "7.15.0-ee" + camundaVersionCE = "7.16.0" + camundaVersionEE = "7.16.0-ee" } repositories {