From 91bef9e0fa07f5cc3b812ed21f87036785818d5e Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Wed, 20 Oct 2021 17:30:29 +0200 Subject: Upgrade maven dependencies * Spring boot dependencies is upgraded to 2.5.5 * Springdoc openapi ui is upgraded to 1.5.11 * Jetbrains annotations dependency is added as it is not coming anymore with spring boot dependencies Issue-ID: CPS-582 Change-Id: I1c4fd54a11216eb2a14b73a1e0461ef7f4252e69 Signed-off-by: Bruno Sakoto --- cps-dependencies/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cps-dependencies/pom.xml') diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 68b47eaf6..0753a5fb1 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -64,7 +64,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0 + 2.5.5 pom import @@ -137,6 +137,11 @@ modelmapper 2.3.8 + + org.jetbrains + annotations + 22.0.0 + org.testcontainers kafka -- cgit 1.2.3-korg