Bug: Missing versions in Maven package

The maven package “org.camunda.bpm:camunda-engine-spring:7.10.0” has dependencies to “org.springframework:spring-jdbc”, “org.springframework:spring-orm” and “org.springframework:spring-tx”, but without a specified version.

When resolving the depencies with Maven, the version “5.1.3.RELEASE” is selected for each package. When using Gradle, “3.1.2.RELEASE” is selected, which does NOT work. When including them manually in the newer version, it works again using Gradle.

Could you include the required version in the “camunda-engine-spring” module?

Screenshot: Pasteboard - Uploaded Image