Skip to content

Commit 569f347

Browse files
author
Darin Howard
committed
Updating jackson versions
1 parent 3192452 commit 569f347

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@
5757
<dependency>
5858
<groupId>com.fasterxml.jackson.core</groupId>
5959
<artifactId>jackson-core</artifactId>
60-
<version>2.1.3</version>
60+
<version>2.8.11</version>
6161
</dependency>
6262

6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-annotations</artifactId>
66-
<version>2.1.2</version>
66+
<version>2.8.11</version>
6767
</dependency>
6868

6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-databind</artifactId>
72-
<version>2.1.3</version>
72+
<version>2.8.11.1</version>
7373
</dependency>
7474

7575
<!-- Provided dependencies -->
@@ -98,28 +98,28 @@
9898
<version>4.11</version>
9999
<scope>test</scope>
100100
</dependency>
101-
101+
102102
<dependency>
103103
<groupId>org.mockito</groupId>
104104
<artifactId>mockito-core</artifactId>
105105
<version>1.9.5</version>
106106
<scope>test</scope>
107107
</dependency>
108-
108+
109109
<dependency>
110110
<groupId>org.powermock</groupId>
111111
<artifactId>powermock-core</artifactId>
112112
<version>1.5.6</version>
113113
<scope>test</scope>
114114
</dependency>
115-
115+
116116
<dependency>
117117
<groupId>org.powermock</groupId>
118118
<artifactId>powermock-module-junit4</artifactId>
119119
<version>1.5.6</version>
120120
<scope>test</scope>
121121
</dependency>
122-
122+
123123
<dependency>
124124
<groupId>org.powermock</groupId>
125125
<artifactId>powermock-api-mockito</artifactId>
@@ -283,4 +283,4 @@
283283
</profile>
284284
</profiles>
285285

286-
</project>
286+
</project>

0 commit comments

Comments
 (0)