diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-23 13:33:22 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-23 13:33:22 -0400 |
commit | 7ccd4ebb91d179e8e5801ea63c43e7940203354a (patch) | |
tree | fe9172adb70fdb71294771a67c1afc930d8cb695 /sdnr/northbound/oofpcipoc/consumer | |
parent | c7b35a2071b8f692ea5bbd9813452c0416e796b2 (diff) |
Version updates
Update package versions to install security fixes
Issue-ID: CCSDK-3415
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I5c9bb8fa960ce8700fb65d8d3cf5da0f1cb90c7a
Diffstat (limited to 'sdnr/northbound/oofpcipoc/consumer')
-rw-r--r-- | sdnr/northbound/oofpcipoc/consumer/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sdnr/northbound/oofpcipoc/consumer/pom.xml b/sdnr/northbound/oofpcipoc/consumer/pom.xml index ea7302ba5..7ea8103ee 100644 --- a/sdnr/northbound/oofpcipoc/consumer/pom.xml +++ b/sdnr/northbound/oofpcipoc/consumer/pom.xml @@ -66,17 +66,14 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.9.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.9.8</version> </dependency> <dependency> <groupId>junit</groupId> @@ -108,7 +105,6 @@ <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> - <version>2.0</version> </dependency> <dependency> <groupId>org.json</groupId> @@ -118,7 +114,6 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.9</version> </dependency> </dependencies> |