diff options
author | 2025-01-06 12:31:13 +0000 | |
---|---|---|
committer | 2025-01-08 10:46:09 +0000 | |
commit | 9d240b6eb2712d98db2d8fbc3990ab948c9b67bd (patch) | |
tree | 95ced48cc44b41042174d40c1e3a094fd04b818a /cps-dependencies | |
parent | 943ce278e766f4ca221134613b79c5f311141f22 (diff) |
Resolve Nexus-IQ report issues
- Upgrading Springboot 3.3.1->3.3.7
- Upgrading Springboot dependencies 3.2.4->3.2.12
Issue-ID: CPS-2550
Change-Id: I0630b4fbdcfe44cebc835ef7be0df1b306e801e5
Signed-off-by: seanbeirne <sean.beirne@est.tech>
Diffstat (limited to 'cps-dependencies')
-rw-r--r-- | cps-dependencies/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 6befccb1fa..d8b0862d60 100644 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -86,11 +86,16 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>3.2.4</version> + <version>3.2.12</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-cache</artifactId> + <version>3.2.12</version> + </dependency> + <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>2023.0.0</version> @@ -102,11 +107,6 @@ <artifactId>springfox-boot-starter</artifactId> <version>3.1.2</version> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-cache</artifactId> - <version>3.2.4</version> - </dependency> <!-- A L P H A B E T I C A L D E P E N D E N C I E S --> <dependency> <groupId>cglib</groupId> |