diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2024-02-21 11:31:00 +0000 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2024-02-22 17:21:37 +0000 |
commit | e7f8012e4fbd40757c45e6368539de4899cfe35a (patch) | |
tree | dd7c01df698d6c254027f9b968b7d19cc34bfa06 /cps-parent | |
parent | 79bb5dafbed0e6dd779276ac80ae5549a834bcf5 (diff) |
Uplift Spring Boot to 3.2.2
- Upgraded hypersistence-utils-hibernate-60 to hypersistence-utils-hibernate-63
- Introduced @Qualifier annotations where needed
Issue-ID: CPS-2101
Change-Id: I8303592ed91584deb6ca5cd4e49800210b6ea989
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'cps-parent')
-rw-r--r-- | 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 6e7554bf5e..d59fbff88d 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -118,7 +118,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>3.1.2</version> + <version>3.2.2</version> <executions> <execution> <goals> |