diff options
author | Jim Hahn <jrh3@att.com> | 2021-06-23 13:27:24 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-06-23 13:27:53 -0400 |
commit | f1eccf82a37c81d6c81bc38e8b31465bd825d176 (patch) | |
tree | c184c06d2e5badf50906832536ff729a33a62800 | |
parent | 3aeb1c1cf8db3ec4001b0663c608cc056b638555 (diff) |
Update dependencies for api
Issue-ID: POLICY-3329
Change-Id: I2d53636a79c02d0aaca01dc8679f77f55994d71d
Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.3.0</version> + <version>3.3.1</version> <relativePath /> </parent> @@ -42,8 +42,8 @@ <description>Code that define our external API.</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> |