updateSQL in spring bean

Hello All,
i have a spring boot project , which is deployed as an image over cloud platform. I would like to run updateSQL before actullay running the changelogs over database, I have a liquibase bean configured . COuld anyone suggest on how to acheive teh below equivalent maven commands from spring bean
liquibase:listLocks liqubase:releaseLocks liquibase:updateSql

Hi @KamalaKannan,

You can find the list of maven liquibase goals here.

Thanks,

Ronak