YARN-11389. Upgrade spring-core to 5.3.20 in wro4j-maven-plugin

This commit is contained in:
D M Murali Krishna Reddy 2022-12-07 18:06:12 +05:30
parent 2e88096266
commit 74817d0a17
1 changed files with 10 additions and 0 deletions

View File

@ -277,6 +277,16 @@
<artifactId>mockito-core</artifactId>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.3.20</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.3.20</version>
</dependency>
</dependencies>
<executions>
<execution>