From ce24d9f40ed6dc4e274fbcaedbbd361468ebd1f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 08:56:57 +0000 Subject: [PATCH 1/2] Bump spring-boot-starter-parent from 2.3.5.RELEASE to 2.4.0 Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.3.5.RELEASE to 2.4.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.5.RELEASE...v2.4.0) Signed-off-by: dependabot-preview[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 504180aa..08f451c5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.5.RELEASE + 2.4.0 de.filefighter From 916d98f651241cb34ea016fd09f37cce33b3624c Mon Sep 17 00:00:00 2001 From: open-schnick Date: Fri, 20 Nov 2020 13:39:40 +0100 Subject: [PATCH 2/2] Added missing dep after update to 2.4.0 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 08f451c5..ec86f801 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,19 @@ ${cucumber.version} test + + + + org.junit.vintage + junit-vintage-engine + test + + + org.hamcrest + hamcrest-core + + +