prachi1
November 26, 2024, 12:42pm
1
Hi I am getting multiple errors after upgrading camunda version from 7.10 to 7.21.
Could not find org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp:7.21
Could not find org.camunda.bpm:camunda-engine-rest-jaxrs2:7.21.
Using java 21 and spring boot 3.2.5. Gradle version is 8.8. Also CamundaSpringboot Starter version is 7.21.
Thanks in advance
Hello @prachi1 ,
I guess the dependency coordinates are off.
Please look here for Webapp:
Please look here for REST API:
Also, please keep in mind that upgrading from 7.10 to 7.22 will require to apply all minor release database patches.
I hope this helps
Jonathan
prachi1
November 28, 2024, 12:21pm
3
Hi Jonathan ,
Thank you for your reply. But I get same issue. I even tried to downgrade jdk to 17 spring boot to 3.1.7 and also camunda version to 7.20.1 to match the dependency as given
but the same issue exist. What could be wrong
Thanks in advance
Hello @prachi1 ,
please verify that your dependency version also includes the patch level:
<version>7.21.0</version>
Best regards,
Jonathan
1 Like