Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 106f195

Browse files
committedApr 22, 2025·
Update Spring Boot version to 3.4.1 in pom.xml
1 parent 6a523ed commit 106f195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.0</version>
9+
<version>3.4.1</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.contentstack</groupId>
@@ -16,7 +16,7 @@
1616
<description>Demo project for graphql-springboot-api-integration</description>
1717
<properties>
1818
<java.version>1.8</java.version>
19-
<spring-boot.version>3.4.0</spring-boot.version>
19+
<spring-boot.version>3.4.1</spring-boot.version>
2020
<json-smart.version>2.5.2</json-smart.version>
2121
</properties>
2222

0 commit comments

Comments
 (0)
Please sign in to comment.