Camunda BPM

Hi I am doing some POC work , Now I am trying to move camunda version change from 7.10.0 to 7.12 , i seems this does not supprting to OSI , can anyone suggest the way forward.

org.camunda.commons camunda-commons-typed-values 7.12.0

it seems above artifact is not OSGi supported . e
unable to find to 7.10.13 maven artiffacts.

@Ajeet.Singh did you run the patch update?

No, I am changing version in POM file only… is there anything else that i need to do. could you please share me the steps. if there are some thing else…
I need to move camunda version v7.10 to 7.12…

following are sample usage . replacing camunda.version = 7.12 instead of 7.10

org.camunda.bpm
camunda-engine
${camunda.version}


org.camunda.bpm.model
camunda-bpmn-model
${camunda.version}


org.camunda.bpm.model
camunda-xml-model
${camunda.version}


org.camunda.bpm.model
camunda-cmmn-model
${camunda.version}

@Ajeet.Singh updating camunda version in pom.xml will not work. you need to execute the DB scripts also.

Refer the docs for db script to update camunda version:

Execute the scrips in order.

Db scripts can be found in Camunda Nexus Repository

Database patches information can be found here:

Thanks @aravindhrs I will check in same order as suggested.

Hi, I am also facing this issue. @Ajeet.Singh Did you find a way forward?