File tree Expand file tree Collapse file tree 5 files changed +21
-12
lines changed Expand file tree Collapse file tree 5 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >3.4.5 </version >
10
+ <version >3.5.0 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
<groupId >com.sivalabs.bookstore</groupId >
17
17
<description >API Gateway</description >
18
18
<properties >
19
19
<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>
22
22
<spotless-maven-plugin .version>2.44.4</spotless-maven-plugin .version>
23
23
<dockerImageName >sivaprasadreddy/bookstore-${project.artifactId}</dockerImageName >
24
24
</properties >
125
125
</plugin >
126
126
</plugins >
127
127
</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 >
129
138
</project >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >3.4.5 </version >
10
+ <version >3.5.0 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
<groupId >com.sivalabs</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.4.5 </version >
8
+ <version >3.5.0 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.sivalabs</groupId >
16
16
17
17
<properties >
18
18
<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>
20
20
<spotless-maven-plugin .version>2.44.4</spotless-maven-plugin .version>
21
21
<dockerImageName >sivaprasadreddy/bookstore-${project.artifactId}</dockerImageName >
22
22
</properties >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >3.4.5 </version >
10
+ <version >3.5.0 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
<groupId >com.sivalabs</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.4.5 </version >
8
+ <version >3.5.0 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.sivalabs</groupId >
15
15
<description >Order Service</description >
16
16
<properties >
17
17
<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>
19
19
<resilience4j .version>2.3.0</resilience4j .version>
20
- <shedlock .version>6.5 .0</shedlock .version>
20
+ <shedlock .version>6.7 .0</shedlock .version>
21
21
<wiremock .version>3.13.0</wiremock .version>
22
22
<wiremock-testcontainers .version>1.0-alpha-15</wiremock-testcontainers .version>
23
23
<instancio .version>5.4.1</instancio .version>
172
172
<dependency >
173
173
<groupId >com.github.dasniko</groupId >
174
174
<artifactId >testcontainers-keycloak</artifactId >
175
- <version >3.6 .0</version >
175
+ <version >3.7 .0</version >
176
176
<scope >test</scope >
177
177
</dependency >
178
178
</dependencies >
You can’t perform that action at this time.
0 commit comments