Prodsec 11472 BUMP spring-boot-starter-parent to 4.0.5 (#1222)

This commit is contained in:
Sayan Bhattacharya
2026-04-08 18:03:04 +05:30
committed by GitHub
parent 5471edde21
commit 059e0d80b7
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -129,6 +129,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-restclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
<build>
+4
View File
@@ -67,6 +67,10 @@
<artifactId>spring-boot-starter-webmvc-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
<build>
+1 -1
View File
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>4.0.2</version>
<version>4.0.5</version>
</parent>
<properties>