Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 8142f77

Browse files
updated all dependencies to latest one.
still transitive vulnerable dependency are available.
1 parent 0a50a9b commit 8142f77

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
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.1.3</version>
9+
<version>3.1.4</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.1.3</spring-boot.version>
19+
<spring-boot.version>3.1.4</spring-boot.version>
2020
<json-smart.version>5.2.2</json-smart.version>
2121
</properties>
2222

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.projectlombok</groupId>
5353
<artifactId>lombok</artifactId>
54-
<version>1.18.28</version>
54+
<version>1.18.30</version>
5555
<scope>provided</scope>
5656
</dependency>
5757

@@ -78,6 +78,7 @@
7878
<plugin>
7979
<groupId>org.springframework.boot</groupId>
8080
<artifactId>spring-boot-maven-plugin</artifactId>
81+
<version>3.1.4</version>
8182
</plugin>
8283
</plugins>
8384
</build>

0 commit comments

Comments
 (0)