From 8337e8e3e4c4f94d7e2370952c42b5d1c20dc1b1 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Wed, 28 Oct 2020 16:56:21 -0400 Subject: [PATCH] Update versions for testcontainer andd rabbit versions for tests Update jacoco version so build will work with the current release of maven update --- pom.xml | 2 +- spring-cloud-starter-single-step-batch-job/pom.xml | 4 ++-- .../rabbit/AmqpItemReaderAutoConfigurationTests.java | 3 ++- .../rabbit/AmqpItemWriterAutoConfigurationTests.java | 3 ++- spring-cloud-task-integration-tests/pom.xml | 4 ++-- .../cloud/task/launcher/TaskLauncherSinkTests.java | 3 ++- .../cloud/task/listener/BatchExecutionEventTests.java | 3 ++- .../springframework/cloud/task/listener/TaskEventTests.java | 3 ++- spring-cloud-task-samples/batch-events/pom.xml | 4 ++-- .../java/io/spring/cloud/BatchEventsApplicationTests.java | 3 ++- 10 files changed, 19 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 12d5ec7c..15f12a72 100755 --- a/pom.xml +++ b/pom.xml @@ -201,7 +201,7 @@ org.jacoco jacoco-maven-plugin - 0.8.2 + 0.8.6