aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-10-12 09:27:15 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-10-12 09:27:58 -0400
commitb47dae4325a0107545af5cdd8dc441ddd061630f (patch)
tree88b78e6f6c3f7be25d9aa80b783d3a4321076976
parent72914f507d3e4f9d6818fad66e986b11b1a657b4 (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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9152057..83c63da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>