We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a523ed commit 106f195Copy full SHA for 106f195
pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>org.springframework.boot</groupId>
8
<artifactId>spring-boot-starter-parent</artifactId>
9
- <version>3.4.0</version>
+ <version>3.4.1</version>
10
<relativePath/> <!-- lookup parent from repository -->
11
</parent>
12
<groupId>com.contentstack</groupId>
@@ -16,7 +16,7 @@
16
<description>Demo project for graphql-springboot-api-integration</description>
17
<properties>
18
<java.version>1.8</java.version>
19
- <spring-boot.version>3.4.0</spring-boot.version>
+ <spring-boot.version>3.4.1</spring-boot.version>
20
<json-smart.version>2.5.2</json-smart.version>
21
</properties>
22
0 commit comments