Updated Dependencies and small change to README

This commit is contained in:
Glenn Renfro
2020-12-14 13:48:56 -05:00
parent 25592edb00
commit e8926e4166
6 changed files with 11 additions and 10 deletions

View File

@@ -23,6 +23,7 @@ $ ./mvnw clean install
[source,java,indent=2]
----
@SpringBootApplication
@EnableTask
public class MyApp {
@Bean

View File

@@ -109,11 +109,11 @@
</modules>
<properties>
<spring-cloud-stream.version>3.0.8.RELEASE</spring-cloud-stream.version>
<spring-cloud-stream.version>3.0.9.RELEASE</spring-cloud-stream.version>
<spring-cloud-deployer.version>2.1.1.RELEASE</spring-cloud-deployer.version>
<spring-cloud-deployer-local.version>2.1.1.RELEASE
</spring-cloud-deployer-local.version>
<spring-cloud-stream-binder-rabbit.version>3.0.8.RELEASE
<spring-cloud-stream-binder-rabbit.version>3.0.9.RELEASE
</spring-cloud-stream-binder-rabbit.version>
<commons-logging.version>1.1</commons-logging.version>
<java-ee-api.version>8.0</java-ee-api.version>

View File

@@ -47,19 +47,19 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>3.0.8.RELEASE</version>
<version>3.0.9.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit-test-support</artifactId>
<version>3.0.8.RELEASE</version>
<version>3.0.9.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support-internal</artifactId>
<version>3.0.8.RELEASE</version>
<version>3.0.9.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>3.0.8.RELEASE</version>
<version>3.0.9.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>3.0.8.RELEASE</version>
<version>3.0.9.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>3.0.8.RELEASE</version>
<version>3.0.9.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -44,13 +44,13 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>3.0.8.RELEASE</version>
<version>3.0.9.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>3.0.8.RELEASE</version>
<version>3.0.9.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>