diff options
author | Sri Balaji Marripud <sri.balaji.marripud@att.com> | 2020-09-23 23:55:44 -0400 |
---|---|---|
committer | Sri Balaji Marripud <sri.balaji.marripud@att.com> | 2020-09-29 10:03:42 -0400 |
commit | c34637e2cbcdc1a69c35a42063e5f51f99fbc793 (patch) | |
tree | 470f573a32a4f81de58b4a6d0ff6e62b68bdd82f /ecomp-sdk/pom.xml | |
parent | 7dda2debf352c4d89c468963c971dc0fd257eec8 (diff) |
spring-framework jar version upgrade
Issue-ID: PORTAL-945
Change-Id: I5d805b77096fe0f79d4dd30e1ad080da8fe4bb7f
Signed-off-by: Sri Balaji Marripud <sri.balaji.marripud@att.com>
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r-- | ecomp-sdk/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index d65b84a8..07039127 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -34,8 +34,8 @@ <properties> <encoding>UTF-8</encoding> - <springframework.version>4.3.24.RELEASE</springframework.version> - <hibernate.version>4.3.11.Final</hibernate.version> + <springframework.version>5.2.8.RELEASE</springframework.version> + <hibernate.version>5.4.3.Final</hibernate.version> <skiptests>false</skiptests> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> |