diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-04 13:15:50 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-04 13:15:54 -0400 |
commit | 8da2ef063586c82e0bb2a1148c86d3d01d12c221 (patch) | |
tree | 42742c35a564d854f041d76684696fa8a9bc354d | |
parent | 2b26be38078af454e5bf603f5002a00b33626aa4 (diff) |
Point to released dependencies
Issue-ID: POLICY-3329
Change-Id: Iba994eaffab3d70581f32ad640cadf4ceec90c46
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-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.1</version> + <version>3.3.2</version> <relativePath /> </parent> @@ -45,8 +45,8 @@ <!-- Default Sonar configuration --> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> - <policy.common.version>1.8.1</policy.common.version> - <policy.models.version>2.4.3</policy.models.version> + <policy.common.version>1.8.2</policy.common.version> + <policy.models.version>2.4.4</policy.models.version> </properties> <modules> |