diff options
-rw-r--r-- | Changelog.md | 1 | ||||
-rw-r--r-- | pom.xml | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index c4acbef..3217ab2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Update io.undertow:undertow-core to version 2.2.9.Final - Update org.freemarker:freemarker to version 2.3.31 +- Update oparent to version 3.2.0 ## [1.6.0] - 16/04/2021 ### Changed @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.0.0</version> + <version>3.2.0</version> </parent> <groupId>org.onap.dcaegen2.services</groupId> @@ -180,7 +180,6 @@ <version>${mockito-ju5-ext.version}</version> <scope>test</scope> </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> |