Resolve Nexus-IQ report issues 54/139854/3
authorseanbeirne <sean.beirne@est.tech>
Mon, 6 Jan 2025 12:31:13 +0000 (12:31 +0000)
committerseanbeirne <sean.beirne@est.tech>
Wed, 8 Jan 2025 10:46:09 +0000 (10:46 +0000)
- 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>
cps-dependencies/pom.xml
cps-parent/pom.xml

index 6befccb..d8b0862 100644 (file)
             <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>
                 <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>
index 458acc5..366685a 100644 (file)
@@ -60,7 +60,7 @@
         <sonar.version>4.0.0.4121</sonar.version>
         <spotbugs.plugin.version>4.8.6.4</spotbugs.plugin.version>
         <spotbugs.version>4.8.6</spotbugs.version>
-        <spring.boot.maven.plugin.version>3.3.1</spring.boot.maven.plugin.version>
+        <spring.boot.maven.plugin.version>3.3.7</spring.boot.maven.plugin.version>
         <swagger.codegen.version>1.2.1</swagger.codegen.version>
 
         <!-- Reporting paths and coverage -->