From 537a4c1f82c4aac572dcc60d63491a16de572d4c Mon Sep 17 00:00:00 2001 From: Andy Costanza Date: Fri, 29 Jan 2021 12:14:47 +0100 Subject: [PATCH] feat(spring boot): Upgrade spring boot dependency to 2.4.2 - replace spring-boot-test by spring-boot-starter-test to avoid NoClassDefFoundError with AopTestUtils on all unit tests - remove assertj-core because it's include on spring-boot-starter-test --- telegrambots-spring-boot-starter/pom.xml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/telegrambots-spring-boot-starter/pom.xml b/telegrambots-spring-boot-starter/pom.xml index 195ef1a2..51d6532a 100644 --- a/telegrambots-spring-boot-starter/pom.xml +++ b/telegrambots-spring-boot-starter/pom.xml @@ -71,8 +71,7 @@ UTF-8 5.0.1 - 2.3.8.RELEASE - 3.19.0 + 2.4.2 1.6 1.6.8 @@ -108,17 +107,10 @@ org.springframework.boot - spring-boot-test + spring-boot-starter-test ${spring-boot.version} test - - - org.assertj - assertj-core - test - ${assertj-core.version} -