File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 192
192
<!-- used mainly to access the database via JdbcTemplate -->
193
193
<groupId >org.springframework</groupId >
194
194
<artifactId >spring-jdbc</artifactId >
195
- <version >5.2.6.RELEASE </version >
195
+ <version >5.3.2 </version >
196
196
</dependency >
197
197
<dependency >
198
198
<!-- transitive reference, but IntelliJ wants to have it explicit (to avoid warnings) -->
199
199
<groupId >org.springframework</groupId >
200
200
<artifactId >spring-core</artifactId >
201
- <version >5.2.6.RELEASE </version >
201
+ <version >5.3.2 </version >
202
202
</dependency >
203
203
<dependency >
204
204
<!-- used for HtmlUtils.htmlEscape in RunnerPanel -->
205
205
<groupId >org.springframework</groupId >
206
206
<artifactId >spring-web</artifactId >
207
- <version >5.2.6.RELEASE </version >
207
+ <version >5.3.2 </version >
208
208
</dependency >
209
209
<dependency >
210
210
<!-- optional, for RunGenerator and TestGenerator -->
222
222
<dependency >
223
223
<groupId >org.jetbrains</groupId >
224
224
<artifactId >annotations</artifactId >
225
- <version >13 .0</version >
225
+ <version >20.1 .0</version >
226
226
<scope >compile</scope >
227
227
</dependency >
228
228
</dependencies >
You can’t perform that action at this time.
0 commit comments