Skip to content

Commit ec9f3ab

Browse files
committed
update jackson library
1 parent fe38b94 commit ec9f3ab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.intuit.quickbooks-online</groupId>
77
<artifactId>ipp-v3-java-devkit-pom</artifactId>
8-
<version>4.0.6</version>
8+
<version>4.0.7</version>
99
<packaging>pom</packaging>
1010
<name>IPP V3 Java DevKit</name>
1111
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>
@@ -151,32 +151,32 @@
151151
<dependency>
152152
<groupId>com.fasterxml.jackson.core</groupId>
153153
<artifactId>jackson-annotations</artifactId>
154-
<version>2.8.8</version>
154+
<version>2.9.6</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>com.fasterxml.jackson.core</groupId>
158158
<artifactId>jackson-core</artifactId>
159-
<version>2.8.8</version>
159+
<version>2.9.6</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>com.fasterxml.jackson.core</groupId>
163163
<artifactId>jackson-databind</artifactId>
164-
<version>2.8.8</version>
164+
<version>2.9.6</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>com.fasterxml.jackson.jaxrs</groupId>
168168
<artifactId>jackson-jaxrs-json-provider</artifactId>
169-
<version>2.8.8</version>
169+
<version>2.9.6</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>com.fasterxml.jackson.module</groupId>
173173
<artifactId>jackson-module-jaxb-annotations</artifactId>
174-
<version>2.8.8</version>
174+
<version>2.9.6</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>com.fasterxml.jackson.datatype</groupId>
178178
<artifactId>jackson-datatype-joda</artifactId>
179-
<version>2.8.8</version>
179+
<version>2.9.6</version>
180180
</dependency>
181181
</dependencies>
182182

0 commit comments

Comments
 (0)