diff options
author | JosephKeenan <joseph.keenan@est.tech> | 2022-03-23 15:01:33 +0000 |
---|---|---|
committer | JosephKeenan <joseph.keenan@est.tech> | 2022-03-24 11:11:02 +0000 |
commit | 274d161bc41b0d7525d46e7cf22478b4bcdd79c5 (patch) | |
tree | 462dc8ac9120ff4d94549215e7d4b712a244e02f /cps-parent | |
parent | 0f7c7931929b019f74cc7a39ae9a64958cf54037 (diff) |
Update SpringBoot when approved version has Log4J 2.17.1 or higher
-Updated cps-dependencies/pom.xml SpringBoot to v2.6.4
-Updated cps-parent/pom.xml springboot maven to v2.6.4
-Updated spring cloud dependencies to 2021.0.1
Issue-ID: CPS-958
Change-Id: I37aca89edf6da83501414b4f202d3bb88464c801
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
Diffstat (limited to 'cps-parent')
-rwxr-xr-x | cps-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 77269570ea..b76c63c6f7 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -115,7 +115,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>2.3.3.RELEASE</version> + <version>2.6.4</version> <executions> <execution> <goals> |