This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new d4110da58f deps: align all spring-boot artifacts to 3.5.12 (#609)
d4110da58f is described below
commit d4110da58f226b24e3fc4d4f61ce9bd8637c5b55
Author: Yasith Jayawardana <[email protected]>
AuthorDate: Mon Mar 30 15:27:01 2026 -0400
deps: align all spring-boot artifacts to 3.5.12 (#609)
Follow-up to #604. Aligns spring-boot-starter-web,
spring-boot-starter-data-jpa, spring-boot-maven-plugin, and
spring-boot-dependencies BOM to 3.5.12. All tests pass.
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 54b0b65737..180c634b11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,12 +450,12 @@ under the License.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
- <version>3.5.3</version>
+ <version>3.5.12</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
- <version>3.5.3</version>
+ <version>3.5.12</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -465,7 +465,7 @@ under the License.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>3.5.3</version>
+ <version>3.5.12</version>
</dependency>
<!-- MapStruct -->
@@ -537,7 +537,7 @@ under the License.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>3.5.3</version>
+ <version>3.5.12</version>
<type>pom</type>
<scope>import</scope>
</dependency>