We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6909d4 commit 6f3dc92Copy full SHA for 6f3dc92
1 file changed
pom.xml
@@ -7,7 +7,7 @@
7
<parent>
8
<groupId>org.springframework.boot</groupId>
9
<artifactId>spring-boot-starter-parent</artifactId>
10
- <version>3.5.6</version>
+ <version>3.5.10</version>
11
<relativePath/> <!-- lookup parent from repository -->
12
</parent>
13
<groupId>com.sivalabs.ft</groupId>
@@ -17,7 +17,7 @@
17
<description>Feature Tracker API Gateway</description>
18
<properties>
19
<java.version>25</java.version>
20
- <spring-cloud.version>2025.0.0</spring-cloud.version>
+ <spring-cloud.version>2025.0.1</spring-cloud.version>
21
<spotless-maven-plugin.version>3.0.0</spotless-maven-plugin.version>
22
<palantir-java-format.version>2.74.0</palantir-java-format.version>
23
<dockerImageName>sivaprasadreddy/ft-api-gateway</dockerImageName>
0 commit comments