Update spring-cloud-stream version in stream sample

This commit is contained in:
Oleg Zhurakousky
2021-03-26 15:31:33 +01:00
parent fa54b42fea
commit a854cb7353

View File

@@ -21,6 +21,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<version>${spring-cloud-stream.version}</version>
<type>test-jar</type>
<scope>test</scope>
<classifier>test-binder</classifier>