summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/pom.xml
diff options
context:
space:
mode:
authorSunder Tattavarada <statta@att.com>2020-09-29 14:37:33 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-29 14:37:33 +0000
commit622186289b45d3408c4308de8beb49fefac523bf (patch)
tree883c0fb3b6a006ff124df39aea1b96178dec875e /ecomp-sdk/pom.xml
parent9cfd36b143be8a71d947981a6b4ad9ab2ef892c3 (diff)
parentc34637e2cbcdc1a69c35a42063e5f51f99fbc793 (diff)
Merge "spring-framework jar version upgrade"
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r--ecomp-sdk/pom.xml4
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>