File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 66
66
<apache .commons.io>2.18.0</apache .commons.io>
67
67
<common .codec.version>1.17.1</common .codec.version>
68
68
<spring .boot.version>3.3.5</spring .boot.version>
69
- <spring .version>6.1.14 </spring .version>
69
+ <spring .version>6.2.0 </spring .version>
70
70
<prometheus .client.version>0.16.0</prometheus .client.version>
71
71
<reflections .version>0.10.2</reflections .version>
72
72
179
179
<artifactId >spring-boot</artifactId >
180
180
<version >${spring.boot.version} </version >
181
181
</dependency >
182
+ <dependency >
183
+ <groupId >org.springframework</groupId >
184
+ <artifactId >spring-core</artifactId >
185
+ <version >${spring.version} </version >
186
+ </dependency >
187
+ <dependency >
188
+ <groupId >org.springframework</groupId >
189
+ <artifactId >spring-context</artifactId >
190
+ <version >${spring.version} </version >
191
+ </dependency >
182
192
<dependency >
183
193
<groupId >org.springframework.boot</groupId >
184
194
<artifactId >spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 67
67
<artifactId >spring-test</artifactId >
68
68
<scope >test</scope >
69
69
</dependency >
70
+ <dependency >
71
+ <groupId >org.springframework</groupId >
72
+ <artifactId >spring-core</artifactId >
73
+ </dependency >
70
74
<dependency >
71
75
<groupId >org.wiremock</groupId >
72
76
<artifactId >wiremock</artifactId >
You can’t perform that action at this time.
0 commit comments