Skip to content

Commit

Permalink
Update Jackson dependencies in test code
Browse files Browse the repository at this point in the history
Fixes #38
  • Loading branch information
robbavey committed May 28, 2019
1 parent 5e467fa commit 36f9e20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/integration/event_hub_producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.5</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.5</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.5</version>
<version>2.9.8</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 36f9e20

Please sign in to comment.