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 192192 <!-- used mainly to access the database via JdbcTemplate -->
193193 <groupId >org.springframework</groupId >
194194 <artifactId >spring-jdbc</artifactId >
195- <version >5.2.6.RELEASE </version >
195+ <version >5.3.2 </version >
196196 </dependency >
197197 <dependency >
198198 <!-- transitive reference, but IntelliJ wants to have it explicit (to avoid warnings) -->
199199 <groupId >org.springframework</groupId >
200200 <artifactId >spring-core</artifactId >
201- <version >5.2.6.RELEASE </version >
201+ <version >5.3.2 </version >
202202 </dependency >
203203 <dependency >
204204 <!-- used for HtmlUtils.htmlEscape in RunnerPanel -->
205205 <groupId >org.springframework</groupId >
206206 <artifactId >spring-web</artifactId >
207- <version >5.2.6.RELEASE </version >
207+ <version >5.3.2 </version >
208208 </dependency >
209209 <dependency >
210210 <!-- optional, for RunGenerator and TestGenerator -->
222222 <dependency >
223223 <groupId >org.jetbrains</groupId >
224224 <artifactId >annotations</artifactId >
225- <version >13 .0</version >
225+ <version >20.1 .0</version >
226226 <scope >compile</scope >
227227 </dependency >
228228 </dependencies >
You can’t perform that action at this time.
0 commit comments