Cleanup versions

This commit is contained in:
Soby Chacko
2020-11-03 10:37:18 -05:00
parent e13d7ae66f
commit b472b23fc4
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>cdc-debezium-boot-starter</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>

View File

@@ -28,7 +28,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.9.1</version>
<version>${test-containers.version}</version>
<scope>test</scope>
</dependency>
</dependencies>