This is an automated email from the ASF dual-hosted git repository. yasith pushed a commit to branch deps/align-spring-boot-3.5.12 in repository https://gitbox.apache.org/repos/asf/airavata.git
commit ca651eb9409e1c25fbae9741468c96df79df104f Author: yasithdev <[email protected]> AuthorDate: Mon Mar 30 15:26:49 2026 -0400 deps: align all spring-boot artifacts to 3.5.12 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>
