summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2021-07-08 11:14:35 +0100
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>2021-07-08 11:14:35 +0100
commit65121dc3233ebb4f8aaef2aa38402712f32a748e (patch)
tree718c93d46d7e2932e6264ce09c973bcf00be4411
parent18b362a148f01da1af8226761e38770cd77a0494 (diff)
Update CPS Temporal Spring Boot version to 2.5.0
Issue-ID: CPS-456 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I786421edc160a99ac4d6a3a393ee046f584ba080
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7f2318b..38f0c18 100755
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<liquibase-core.version>4.3.2</liquibase-core.version>
<lombok.version>1.18.20</lombok.version>
<mapstruct.version>1.4.2.Final</mapstruct.version>
- <spring-boot-dependencies.version>2.3.8.RELEASE</spring-boot-dependencies.version>
+ <spring-boot-dependencies.version>2.5.0</spring-boot-dependencies.version>
<!-- Tests dependencies versions -->
<archunit-junit5.version>0.18.0</archunit-junit5.version>
<groovy.version>3.0.7</groovy.version>