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 65
65
<apache .commons.io>2.18.0</apache .commons.io>
66
66
<common .codec.version>1.17.1</common .codec.version>
67
67
<spring .boot.version>3.3.5</spring .boot.version>
68
- <spring .version>6.1.14 </spring .version>
68
+ <spring .version>6.2.0 </spring .version>
69
69
<prometheus .client.version>0.16.0</prometheus .client.version>
70
70
<reflections .version>0.10.2</reflections .version>
71
71
176
176
<artifactId >spring-boot</artifactId >
177
177
<version >${spring.boot.version} </version >
178
178
</dependency >
179
+ <dependency >
180
+ <groupId >org.springframework</groupId >
181
+ <artifactId >spring-core</artifactId >
182
+ <version >${spring.version} </version >
183
+ </dependency >
184
+ <dependency >
185
+ <groupId >org.springframework</groupId >
186
+ <artifactId >spring-context</artifactId >
187
+ <version >${spring.version} </version >
188
+ </dependency >
179
189
<dependency >
180
190
<groupId >org.springframework.boot</groupId >
181
191
<artifactId >spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 59
59
<artifactId >spring-test</artifactId >
60
60
<scope >test</scope >
61
61
</dependency >
62
+ <dependency >
63
+ <groupId >org.springframework</groupId >
64
+ <artifactId >spring-core</artifactId >
65
+ </dependency >
62
66
<dependency >
63
67
<groupId >com.github.tomakehurst</groupId >
64
68
<artifactId >wiremock</artifactId >
You can’t perform that action at this time.
0 commit comments