-
Bug Report
-
Resolution: None
-
L3 - Default
-
None
-
7.15.0
Hello community!
I'm developing some custom plugin for camunda-bpm-platform-7.15.0 and i'm using spring-boot distro from dockerhub run-7.15.0
I found that spring and spring-boot versions are specified in camunda-parent artifact
<version.spring.framework>5.2.8.RELEASE</version.spring.framework> <version.spring-boot>2.4.3</version.spring-boot>
But if we look into camunda-bpm-run-core artifact we will see that springframework version is 5.3.4
This can probably happened because spring-boot provides its own version of springframework
Is this OK that version.spring.framework does not match with actually used springframework version?
What version of springframework should I use?
5.2.8.RELEASE vs 5.3.4