summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-10-28 11:28:18 +0200
committerBruno Sakoto <bruno.sakoto@bell.ca>2021-10-28 11:48:36 +0200
commitb8c23f7eea015f22cef9d3638b276025f38a1ff6 (patch)
tree8e24daa3c2a7de07668b789c321e12e9574975ba /pom.xml
parentdcee619332a1393eca5ef42f56e4008a4ed4b6f5 (diff)
Upgrade spring boot dependencies to 2.5.5
Also remove org.jetbrains.annotations that is not part of spring boot 2.5.5 anymore. Issue-ID: CPS-582 Change-Id: Ia15861b423c9ba63ebf416513aac9ac61eab4742 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c75cda2c..53969b41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>2.5.0</version>
+ <version>2.5.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>