Update versions in samples

This commit is contained in:
Soby Chacko
2020-02-29 18:29:32 -05:00
parent db739cdb53
commit 5c29947a5e

View File

@@ -12,13 +12,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<properties>
<avro.version>1.8.2</avro.version>
<spring-cloud.version>Hoxton.BUILD-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>Hoxton.SR2</spring-cloud.version>
<confluent.version>4.0.0</confluent.version>
</properties>