Skip to content

Commit

Permalink
Merge pull request #39 from avinetworks/pom_fixes
Browse files Browse the repository at this point in the history
Updated jackson dependancy versions
  • Loading branch information
Gaurav Rastogi authored May 7, 2020
2 parents 2774d99 + aa57dab commit d505b02
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions o11nplugin-vro-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,22 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.10.1</version>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate5</artifactId>
<version>2.10.1</version>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.10.1</version>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.1</version>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
Expand All @@ -108,10 +108,5 @@
<artifactId>reflections</artifactId>
<version>0.9.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
</dependency>
</dependencies>
</project>

0 comments on commit d505b02

Please sign in to comment.