Mock api to test dynamic routing

This commit is contained in:
chandresh pancholi
2022-08-05 01:30:42 +05:30
parent e5758eb294
commit 33ae31434e
5 changed files with 25 additions and 6 deletions

View File

@@ -23,13 +23,13 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<scope>runtime</scope>
<version>4.3.5</version>
<version>4.14.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.20</version>
<version>42.3.6</version>
</dependency>
</dependencies>