While I am running the liquibase history --url=jdbc:postgresql://localhost:5433/postgres it showing this error this the liquibase properties
url=jdbc:postgresql://localhost:5433/postgres
username=postgresdemo
password=root
driver=org.postgresql.Driver
changelog-file=classpath:db/changelog/db.changelog-master.xml
this is the maven plugin
org.liquibase
liquibase-maven-plugin
4.23.1
src/main/resources/liquibase.yml
src/main/resources/db/changelog/db.changelog-master.xml
true
org.postgresql.Driver
org.postgresql
postgresql
42.6.0