Skip to content

Commit 3fb8c31

Browse files
update versions of spring and jetbrains dependencies
1 parent bb074e9 commit 3fb8c31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sqldev/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,19 +192,19 @@
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 -->
@@ -222,7 +222,7 @@
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>

0 commit comments

Comments
 (0)