bump pg-embedded-plugin (#196)

This commit is contained in:
Anatoly Karlov 2021-06-18 20:03:29 +07:00 committed by GitHub
parent e6aa1fe218
commit 7844d8a377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,10 +245,10 @@
<plugin>
<groupId>com.rbkmoney.maven.plugins</groupId>
<artifactId>pg-embedded-plugin</artifactId>
<version>1.6</version>
<version>1.7</version>
<configuration>
<port>${local.pg.port}</port>
<dbName>newway</dbName>
<dbName>${db.name}</dbName>
<schemas>
<schema>${db.schema}</schema>
</schemas>