summaryrefslogtreecommitdiffstats
path: root/mod/genprocessor/pom.xml
diff options
context:
space:
mode:
authorAndrew Gauld <agauld@att.com>2020-07-08 13:44:24 +0000
committerAndrew Gauld <agauld@att.com>2020-07-08 13:46:16 +0000
commit47994e9de1a29b849e3e9423a1c8ee2df78a3589 (patch)
tree327fdec5f37d14e9dc89e78a47473c9cbb1f2430 /mod/genprocessor/pom.xml
parent7e4e7939f698f593bf4019f3a4a1813206b77463 (diff)
Upgrade genprocessor to use jackson 2.10.3
Change-Id: I67d3b7479a8bc8fc1e50245e0481ea5b9a541670 Issue-ID: DCAEGEN2-2271 Signed-off-by: Andrew Gauld <agauld@att.com>
Diffstat (limited to 'mod/genprocessor/pom.xml')
-rw-r--r--mod/genprocessor/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/genprocessor/pom.xml b/mod/genprocessor/pom.xml
index bcd271f..dbc5ee8 100644
--- a/mod/genprocessor/pom.xml
+++ b/mod/genprocessor/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
</parent>
<groupId>org.onap.dcaegen2.platform.mod</groupId>
<artifactId>genprocessor</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
<name>dcaegen2-platform-mod-genprocessor</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -81,12 +81,12 @@ limitations under the License.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.10.0.pr1</version>
+ <version>2.10.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.10.0.pr1</version>
+ <version>2.10.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>