Skip to content

Commit b7c93e3

Browse files
authored
Merge pull request #54 from gomezgoiri/master
Updating to Jackson 2.7.4
2 parents ba8eaaf + 06c6cfb commit b7c93e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,22 @@
131131
<dependency>
132132
<groupId>com.fasterxml.jackson.core</groupId>
133133
<artifactId>jackson-databind</artifactId>
134-
<version>2.1.4</version>
134+
<version>2.7.4</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>com.fasterxml.jackson.core</groupId>
138138
<artifactId>jackson-annotations</artifactId>
139-
<version>2.1.4</version>
139+
<version>2.7.4</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>com.fasterxml.jackson.core</groupId>
143143
<artifactId>jackson-core</artifactId>
144-
<version>2.1.4</version>
144+
<version>2.7.4</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>com.fasterxml.jackson.datatype</groupId>
148148
<artifactId>jackson-datatype-joda</artifactId>
149-
<version>2.1.1</version>
149+
<version>2.7.4</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)