From 91ab94fd43805833e0974ded526d2f22360cbd15 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 19:26:52 +0100 Subject: [PATCH] Bump spring-boot.version from 2.1.13.RELEASE to 2.2.7.RELEASE (#3236) Bump spring-boot.version from 2.1.13.RELEASE to 2.2.7.RELEASE Updates `spring-boot-starter-test` from 2.1.13.RELEASE to 2.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.1.13.RELEASE...v2.2.7.RELEASE) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Marcello Teodori <151025+mteodori@users.noreply.github.com> Co-authored-by: Marcello Teodori --- pom.xml | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index 64b3ec5515..86fb65190d 100644 --- a/pom.xml +++ b/pom.xml @@ -197,14 +197,11 @@ 7.0 - 4.0.2 - 3.13.2 3.0.0 5.3.0 1.6.0 1.2 0.8.5 - 5.5.2 3.0 3.1.1 3.1.0 @@ -215,20 +212,21 @@ 1.6 2.5.2 3.1.2 - 3.0.1 + 3.1.1 3.0.0 3.13.0 3.0.0 2.5.3 3.1.0 - 3.7.1 - 3.0.1 + 3.8.2 + 3.1.0 2.22.2 - 2.1.13.RELEASE + 2.2.7.RELEASE 2.7 - ${project.build.directory}/generated-test-sources/assertions + + ${project.build.directory}/generated-test-sources/assertions org.activiti.test @@ -241,18 +239,6 @@ xml suppression - - org.junit - junit-bom - ${junit-jupiter.version} - pom - import - - - org.assertj - assertj-core - ${assertj.version} - org.springframework.boot spring-boot-starter-test @@ -271,11 +257,6 @@ pom import - - org.awaitility - awaitility - ${awaitility.version} - -- GitLab