diff options
Diffstat (limited to 'northbound/dmaap-listener')
-rwxr-xr-x | northbound/dmaap-listener/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/northbound/dmaap-listener/pom.xml b/northbound/dmaap-listener/pom.xml index 5da5e99ee..196a07558 100755 --- a/northbound/dmaap-listener/pom.xml +++ b/northbound/dmaap-listener/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>standalone-parent</artifactId> - <version>2.5.3</version> + <version>2.5.4</version> <relativePath/> </parent> @@ -24,6 +24,7 @@ <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <build.number>${maven.build.timestamp}</build.number> <SWM_VERSION>${project.version}-${build.number}</SWM_VERSION> + <fasterxml.jackson.version>2.13.4</fasterxml.jackson.version> </properties> |