scope test and bump

This commit is contained in:
NPospolita 2020-09-07 11:22:46 +03:00
parent 9a106b2b4f
commit c18ae642e5

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.rbkmoney</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.2.RELEASE</version>
<version>2.3.3.RELEASE</version>
</parent>
<artifactId>shumway-replicator</artifactId>
@ -118,6 +118,7 @@
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.14.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>