Version mismatch for flowable 6.8.0 and flowable 7.0.1.1

we are using two jars one trying to point database with below dependency

org.flowable
flowable-ui-parent
6.8.1

Another trying to point same database with version 7.0.1.1. We are getting error DB version mismatch for first jar.As 6.8.1 for flowable UI parent it can not be upgraded to any higher version. Kindly suggest on issue resolution.

Error snippet :-
Caused by: org.flowable.common.engine.api.FlowableWrongDbException: version mismatch: library version is ‘6.8.0.0’, db version is 7.0.1.1 Hint: Set <property name=“databaseSchemaUpdate” to value=“true” or value=“create-drop” (use create-drop for testing only!) in bean processEngineConfiguration in flowable.cfg.xml for automatic schema creation

Hey @Nagendra,

This has been already asked sever times. Have a look at ,y answer in Flowable UI app maven repository does not have 7.0.0 support - #2 by filiphr

Cheers,
Filip