diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-10-12 09:27:15 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-10-12 09:27:58 -0400 |
commit | b47dae4325a0107545af5cdd8dc441ddd061630f (patch) | |
tree | 88b78e6f6c3f7be25d9aa80b783d3a4321076976 | |
parent | 72914f507d3e4f9d6818fad66e986b11b1a657b4 (diff) |
Updating the spring-context vunerable version
Issue-ID: AAI-1743
Change-Id: I8969a8de8ba2b192121bc18d40ce6058fd4cf532
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -132,12 +132,12 @@ limitations under the License. <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.3.0.RELEASE</version> + <version>4.3.18.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> - <version>4.3.0.RELEASE</version> + <version>4.3.18.RELEASE</version> <scope>test</scope> </dependency> </dependencies> |