summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlapentafd <francesco.lapenta@est.tech>2025-02-04 13:52:35 +0000
committerlapentafd <francesco.lapenta@est.tech>2025-02-04 13:52:46 +0000
commitfba48d7d04fdb25656af891b3e12c18df3708294 (patch)
treee8320a9bb8d97b77cb5747367b590a9407f936a9
parente8a7692983c179320b30f164cce0ffae6d55c4b9 (diff)
Depedecies update - Vulnerabilities foundHEADmaster
Issue-ID: CCSDK-4026 Change-Id: Ia41625f7a036910cd4609941836eea846b34ed91 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
-rw-r--r--springboot/spring-boot-setup/src/main/properties/springboot34.properties12
-rw-r--r--springboot/springboot34/pom.xml6
2 files changed, 9 insertions, 9 deletions
diff --git a/springboot/spring-boot-setup/src/main/properties/springboot34.properties b/springboot/spring-boot-setup/src/main/properties/springboot34.properties
index 4117dd66..c2c9c938 100644
--- a/springboot/spring-boot-setup/src/main/properties/springboot34.properties
+++ b/springboot/spring-boot-setup/src/main/properties/springboot34.properties
@@ -3,9 +3,9 @@ springbootparent.groupId=org.springframework.boot
springbootparent.version=3.4.1
springboot.project.artifactId=spring-boot-34-starter-parent
spring.version=6.2.0
-springboot.httpcomponents.core.version=4.5.16
-springboot.httpcomponents.client.version=4.5.14
-springboot.jackson.version=2.15.0
-springboot.logback.version=1.5.12
-springboot.slf4j.version=2.19.0
-springboot.antlr.version=4.12.0
+springboot.httpcomponents.core.version=5.3.3
+springboot.httpcomponents.client.version=5.4.2
+springboot.jackson.version= 2.18.2
+springboot.logback.version=1.5.16
+springboot.slf4j.version=2.24.3
+springboot.antlr.version=4.13.2
diff --git a/springboot/springboot34/pom.xml b/springboot/springboot34/pom.xml
index bc9fd3b3..8d4c4b4a 100644
--- a/springboot/springboot34/pom.xml
+++ b/springboot/springboot34/pom.xml
@@ -115,8 +115,8 @@
<mockk.version>1.13.12</mockk.version>
- <antlr.version>4.12.0</antlr.version>
- <antlr4.version>4.12.0</antlr4.version>
+ <antlr.version>4.13.2</antlr.version>
+ <antlr4.version>4.13.2</antlr4.version>
<!-- Managed dependency versions -->
<dependency-list.file>direct-dependencies.txt</dependency-list.file>
@@ -137,7 +137,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
- <version>2.15.0</version>
+ <version>2.18.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>