Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

upgrade camunda to 7.16 #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down