@@ -40,23 +40,23 @@ limitations under the License.
40
40
<jstl .version>1.2</jstl .version>
41
41
<angular .version>1.7.8</angular .version>
42
42
<ant .version>1.10.8</ant .version>
43
- <asm .version>8.0.1 </asm .version>
44
- <commons-validator .version>1.6 </commons-validator .version>
43
+ <asm .version>9.0-beta </asm .version>
44
+ <commons-validator .version>1.7 </commons-validator .version>
45
45
<commons-beanutils .version>1.9.4</commons-beanutils .version>
46
46
<commons-httpclient .version>3.1</commons-httpclient .version>
47
- <commons-codec .version>1.14 </commons-codec .version>
47
+ <commons-codec .version>1.15 </commons-codec .version>
48
48
<eclipse-link .version>2.7.7</eclipse-link .version>
49
49
<guice .version>4.2.3</guice .version>
50
- <log4j2 .version>2.12.1 </log4j2 .version>
51
- <lucene .version>8.6.0 </lucene .version>
50
+ <log4j2 .version>2.13.3 </log4j2 .version>
51
+ <lucene .version>8.6.2 </lucene .version>
52
52
<oauth-core .version>20100527</oauth-core .version>
53
53
<maven-war .version>3.2.3</maven-war .version>
54
54
<maven-surefire .version>2.17</maven-surefire .version>
55
55
<maven-antrun .version>1.0b3</maven-antrun .version>
56
56
<rome .version>1.15.0</rome .version>
57
57
<slf4j .version>1.7.30</slf4j .version>
58
- <spring .version>5.2.7 .RELEASE</spring .version>
59
- <spring .security.version>5.3.3.RELEASE </spring .security.version>
58
+ <spring .version>5.2.9 .RELEASE</spring .version>
59
+ <spring .security.version>5.4.0 </spring .security.version>
60
60
<struts .version>2.5.22</struts .version>
61
61
<velocity .version>2.2</velocity .version>
62
62
<webjars .version>1.5</webjars .version>
@@ -215,6 +215,12 @@ limitations under the License.
215
215
<groupId >org.apache.struts</groupId >
216
216
<artifactId >struts2-core</artifactId >
217
217
<version >${struts.version} </version >
218
+ <exclusions >
219
+ <exclusion >
220
+ <groupId >org.apache.logging.log4j</groupId >
221
+ <artifactId >log4j-api</artifactId >
222
+ </exclusion >
223
+ </exclusions >
218
224
</dependency >
219
225
220
226
<dependency >
@@ -367,6 +373,12 @@ limitations under the License.
367
373
<artifactId >commons-codec</artifactId >
368
374
<version >${commons-codec.version} </version >
369
375
</dependency >
376
+
377
+ <dependency >
378
+ <groupId >org.apache.commons</groupId >
379
+ <artifactId >commons-text</artifactId >
380
+ <version >1.9</version >
381
+ </dependency >
370
382
371
383
<dependency >
372
384
<groupId >xml-security</groupId >
0 commit comments