Cannot find symbol [ERROR] symbol: class SpringResourceOpener

I am using liquibase-core-4.9.0 version and when tring to run mvn clean install getting the following error:

cannot find symbol
[ERROR] symbol: class SpringResourceOpener
[ERROR] location: class liquibase.integration.spring.SpringLiquibase
while performing the below operation:

SpringLiquibase.SpringResourceOpener resourceAccessor = liquibaseBean.new SpringResourceOpener(liquibaseBean.getChangeLog());