aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cps-dependencies/pom.xml12
-rw-r--r--cps-parent/pom.xml2
2 files changed, 7 insertions, 7 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml
index 3c707a0f46..5cbefa1737 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>
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index 458acc595f..366685ad18 100644
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -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 -->