diff options
author | Jim Hahn <jrh3@att.com> | 2021-06-23 13:33:02 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-06-23 13:33:29 -0400 |
commit | fdf61aa4941dead0c3e9303ad851fbaf681fa0f6 (patch) | |
tree | 04235eef44e224c098e86626754c2ab261df2e2d /pom.xml | |
parent | 689ec7f2a61c0f5347d807f70244588590cd9b8a (diff) |
Update dependencies for pap
Issue-ID: POLICY-3329
Change-Id: If5e8c3c976412382cb0d37d0319dee84046fa571
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.3.0</version> + <version>3.3.1</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.8.0</policy.common.version> - <policy.models.version>2.4.2</policy.models.version> + <policy.common.version>1.8.1</policy.common.version> + <policy.models.version>2.4.3</policy.models.version> </properties> <modules> |