Skip to content

Commit 721b511

Browse files
committed
Use spring 5.3.13, taglibs 1.2.5
(cherry picked from commit 4cf150670e1f9dba17208d670e3e614937d9dc9a)
1 parent e7d5dc7 commit 721b511

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9393
<timestamp>${maven.build.timestamp}</timestamp>
9494
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
95-
<version.spring>5.2.4.RELEASE</version.spring>
95+
<version.spring>5.3.13</version.spring>
9696
<version.slf4j>1.7.28</version.slf4j>
9797
<version.log4j>2.15.0</version.log4j>
9898
<version.arctic.sea>8.2.1</version.arctic.sea>
@@ -446,9 +446,9 @@
446446
<version>3.1.0</version>
447447
</dependency>
448448
<dependency>
449-
<groupId>javax.servlet</groupId>
450-
<artifactId>jstl</artifactId>
451-
<version>1.2</version>
449+
<groupId>org.apache.taglibs</groupId>
450+
<artifactId>taglibs-standard-impl</artifactId>
451+
<version>1.2.5</version>
452452
<scope>runtime</scope>
453453
</dependency>
454454
<dependency>

rest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@
166166
<scope>test</scope>
167167
</dependency>
168168
<dependency>
169-
<groupId>javax.servlet</groupId>
170-
<artifactId>jstl</artifactId>
169+
<groupId>org.apache.taglibs</groupId>
170+
<artifactId>taglibs-standard-impl</artifactId>
171171
<scope>runtime</scope>
172172
</dependency>
173173
<dependency>

0 commit comments

Comments
 (0)