Skip to content

Commit 5caa910

Browse files
chore(deps): upgrade dependencies
Signed-off-by: K Siva Prasad Reddy <[email protected]>
1 parent f9378ff commit 5caa910

File tree

5 files changed

+21
-12
lines changed

5 files changed

+21
-12
lines changed

api-gateway/pom.xml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.4.5</version>
10+
<version>3.5.0</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313
<groupId>com.sivalabs.bookstore</groupId>
@@ -17,8 +17,8 @@
1717
<description>API Gateway</description>
1818
<properties>
1919
<java.version>21</java.version>
20-
<spring-cloud.version>2024.0.1</spring-cloud.version>
21-
<springdoc-openapi.version>2.8.6</springdoc-openapi.version>
20+
<spring-cloud.version>2025.0.0-RC1</spring-cloud.version>
21+
<springdoc-openapi.version>2.8.8</springdoc-openapi.version>
2222
<spotless-maven-plugin.version>2.44.4</spotless-maven-plugin.version>
2323
<dockerImageName>sivaprasadreddy/bookstore-${project.artifactId}</dockerImageName>
2424
</properties>
@@ -125,5 +125,14 @@
125125
</plugin>
126126
</plugins>
127127
</build>
128-
128+
<repositories>
129+
<repository>
130+
<id>spring-milestones</id>
131+
<name>Spring Milestones</name>
132+
<url>https://repo.spring.io/milestone</url>
133+
<snapshots>
134+
<enabled>false</enabled>
135+
</snapshots>
136+
</repository>
137+
</repositories>
129138
</project>

bookstore-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.4.5</version>
10+
<version>3.5.0</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313
<groupId>com.sivalabs</groupId>

catalog-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.5</version>
8+
<version>3.5.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.sivalabs</groupId>
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<java.version>21</java.version>
19-
<springdoc-openapi.version>2.8.6</springdoc-openapi.version>
19+
<springdoc-openapi.version>2.8.8</springdoc-openapi.version>
2020
<spotless-maven-plugin.version>2.44.4</spotless-maven-plugin.version>
2121
<dockerImageName>sivaprasadreddy/bookstore-${project.artifactId}</dockerImageName>
2222
</properties>

notification-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.4.5</version>
10+
<version>3.5.0</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313
<groupId>com.sivalabs</groupId>

order-service/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.5</version>
8+
<version>3.5.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.sivalabs</groupId>
@@ -15,9 +15,9 @@
1515
<description>Order Service</description>
1616
<properties>
1717
<java.version>21</java.version>
18-
<springdoc-openapi.version>2.8.6</springdoc-openapi.version>
18+
<springdoc-openapi.version>2.8.8</springdoc-openapi.version>
1919
<resilience4j.version>2.3.0</resilience4j.version>
20-
<shedlock.version>6.5.0</shedlock.version>
20+
<shedlock.version>6.7.0</shedlock.version>
2121
<wiremock.version>3.13.0</wiremock.version>
2222
<wiremock-testcontainers.version>1.0-alpha-15</wiremock-testcontainers.version>
2323
<instancio.version>5.4.1</instancio.version>
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>com.github.dasniko</groupId>
174174
<artifactId>testcontainers-keycloak</artifactId>
175-
<version>3.6.0</version>
175+
<version>3.7.0</version>
176176
<scope>test</scope>
177177
</dependency>
178178
</dependencies>

0 commit comments

Comments
 (0)