diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-02-18 16:35:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-18 16:35:06 +0000 |
commit | 266687dd55e2971ed7714faf27055848963ba499 (patch) | |
tree | 16d557ba93ca6befc4477a5baaf87720742b7dc6 /pom.xml | |
parent | 744c7457237567121d9926426ceba1621b51f3f0 (diff) | |
parent | 92e3d550ea5cda8d51765ce90f82147bf3fec75d (diff) |
Merge "Upgrade dependencies in drools-pdp for IQ issues"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -48,7 +48,7 @@ <!-- Project common dependency versions --> <json.path.version>2.4.0</json.path.version> - <hibernate.core.version>5.4.18.Final</hibernate.core.version> + <hibernate.core.version>5.4.28.Final</hibernate.core.version> <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version> <xml.apis.version>1.4.01</xml.apis.version> <policy.common.version>1.8.0-SNAPSHOT</policy.common.version> |