diff --git a/pom.xml b/pom.xml index a6f9bc88..27272a46 100755 --- a/pom.xml +++ b/pom.xml @@ -111,8 +111,8 @@ 3.2.2 - 2.7.0 - 2.7.0 + 2.7.4 + 2.7.4 ${spring-cloud-stream.version} diff --git a/spring-cloud-task-samples/batch-events/pom.xml b/spring-cloud-task-samples/batch-events/pom.xml index 9025bab3..56351f7d 100644 --- a/spring-cloud-task-samples/batch-events/pom.xml +++ b/spring-cloud-task-samples/batch-events/pom.xml @@ -4,7 +4,7 @@ io.spring.cloud batch-events - 2.4.0-SNAPSHOT + 2.4.2-SNAPSHOT jar Batch Events Sample Application @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + 2.6.6 @@ -23,7 +23,7 @@ 1.16.1 1.16.1 1.0.8 - 3.2.0-SNAPSHOT + 3.2.2 @@ -38,7 +38,7 @@ org.springframework.cloud spring-cloud-stream-dependencies - ${spring.cloud.stream} + ${spring-cloud-stream.version} pom import @@ -58,17 +58,19 @@ org.springframework.cloud spring-cloud-starter-stream-rabbit + ${spring-cloud-stream.version} compile org.springframework.cloud spring-cloud-stream-binder-rabbit-test-support + ${spring-cloud-stream.version} test org.springframework.cloud spring-cloud-stream-test-support-internal - ${spring.cloud.stream} + ${spring-cloud-stream.version} test diff --git a/spring-cloud-task-samples/batch-job/pom.xml b/spring-cloud-task-samples/batch-job/pom.xml index b8f1e9f0..fdcf32c3 100644 --- a/spring-cloud-task-samples/batch-job/pom.xml +++ b/spring-cloud-task-samples/batch-job/pom.xml @@ -5,7 +5,7 @@ io.spring.cloud batch-job jar - 2.4.0-SNAPSHOT + 2.4.2-SNAPSHOT Spring Cloud Task Batch Example Batch Job Sample Application @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + 2.6.6 diff --git a/spring-cloud-task-samples/jpa-sample/pom.xml b/spring-cloud-task-samples/jpa-sample/pom.xml index f7d03dfa..e462a4c7 100644 --- a/spring-cloud-task-samples/jpa-sample/pom.xml +++ b/spring-cloud-task-samples/jpa-sample/pom.xml @@ -5,7 +5,7 @@ io.spring.cloud jpa-sample jar - 2.4.0-SNAPSHOT + 2.4.2-SNAPSHOT To show users how to enable a task with a JPA application. Spring Cloud Task JPA Sample Application @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + 2.6.6 diff --git a/spring-cloud-task-samples/multiple-datasources/pom.xml b/spring-cloud-task-samples/multiple-datasources/pom.xml index 05450896..e7e50fe2 100644 --- a/spring-cloud-task-samples/multiple-datasources/pom.xml +++ b/spring-cloud-task-samples/multiple-datasources/pom.xml @@ -5,7 +5,7 @@ io.spring.cloud multiple-datasources jar - 2.4.0-SNAPSHOT + 2.4.2-SNAPSHOT To show users how to enable a task with a multiple DataSources. @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + 2.6.6 diff --git a/spring-cloud-task-samples/partitioned-batch-job/pom.xml b/spring-cloud-task-samples/partitioned-batch-job/pom.xml index 433e708d..ac177b88 100644 --- a/spring-cloud-task-samples/partitioned-batch-job/pom.xml +++ b/spring-cloud-task-samples/partitioned-batch-job/pom.xml @@ -6,20 +6,20 @@ partitioned-batch-job jar Partitioned Batch Job - 2.4.0-SNAPSHOT + 2.4.2-SNAPSHOT Sample of using the DeployerPartitionHandler org.springframework.boot spring-boot-starter-parent - 2.6.3 + 2.6.6 UTF-8 1.8 - 2.7.0 + 2.7.4 diff --git a/spring-cloud-task-samples/single-step-batch-job/pom.xml b/spring-cloud-task-samples/single-step-batch-job/pom.xml index a5b39de4..d2aee011 100644 --- a/spring-cloud-task-samples/single-step-batch-job/pom.xml +++ b/spring-cloud-task-samples/single-step-batch-job/pom.xml @@ -7,13 +7,13 @@ single-step-batch-job jar Single Step Batch Job Task - 2.4.0-SNAPSHOT + 2.4.2-SNAPSHOT Spring Cloud Single Step Batch Job Task org.springframework.boot spring-boot-starter-parent - 2.6.3 + 2.6.6 diff --git a/spring-cloud-task-samples/task-events/pom.xml b/spring-cloud-task-samples/task-events/pom.xml index 4636126a..becbe605 100644 --- a/spring-cloud-task-samples/task-events/pom.xml +++ b/spring-cloud-task-samples/task-events/pom.xml @@ -4,7 +4,7 @@ io.spring.cloud task-events - 2.4.0-SNAPSHOT + 2.4.2-SNAPSHOT jar Task Events @@ -13,14 +13,14 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + 2.6.6 UTF-8 1.8 - 3.2.0-SNAPSHOT + 3.2.2 @@ -35,7 +35,7 @@ org.springframework.cloud spring-cloud-stream-dependencies - ${spring-cloud-stream} + ${spring-cloud-stream.version} pom import diff --git a/spring-cloud-task-samples/taskprocessor/pom.xml b/spring-cloud-task-samples/taskprocessor/pom.xml index 9f433846..679f9613 100644 --- a/spring-cloud-task-samples/taskprocessor/pom.xml +++ b/spring-cloud-task-samples/taskprocessor/pom.xml @@ -4,7 +4,7 @@ io.spring.cloud taskprocessor - 2.4.0-SNAPSHOT + 2.4.2-SNAPSHOT jar Task Processor Sample Application @@ -14,14 +14,14 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + 2.6.6 UTF-8 true - 3.2.0-SNAPSHOT + 3.2.2 @@ -36,7 +36,7 @@ org.springframework.cloud spring-cloud-stream-dependencies - ${spring-cloud-stream} + ${spring-cloud-stream.version} pom import diff --git a/spring-cloud-task-samples/tasksink/pom.xml b/spring-cloud-task-samples/tasksink/pom.xml index 4617c324..23b46fa7 100644 --- a/spring-cloud-task-samples/tasksink/pom.xml +++ b/spring-cloud-task-samples/tasksink/pom.xml @@ -4,7 +4,7 @@ io.spring.cloud tasksink - 2.4.0-SNAPSHOT + 2.4.2-SNAPSHOT jar Task Sink Sample Application @@ -15,14 +15,14 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + 2.6.6 UTF-8 true - 3.2.0-SNAPSHOT + 3.2.2 @@ -37,7 +37,7 @@ org.springframework.cloud spring-cloud-stream-dependencies - ${spring-cloud-stream} + ${spring-cloud-stream.version} pom import diff --git a/spring-cloud-task-samples/timestamp/pom.xml b/spring-cloud-task-samples/timestamp/pom.xml index c0c9d9fb..d6b001bb 100644 --- a/spring-cloud-task-samples/timestamp/pom.xml +++ b/spring-cloud-task-samples/timestamp/pom.xml @@ -7,13 +7,13 @@ timestamp-task jar Timestamp Task - 2.4.0-SNAPSHOT + 2.4.2-SNAPSHOT Spring Cloud Timestamp Task org.springframework.boot spring-boot-starter-parent - 2.6.3 + 2.6.6