|
5 | 5 |
|
6 | 6 | <groupId>com.intuit.quickbooks-online</groupId> |
7 | 7 | <artifactId>ipp-v3-java-devkit-pom</artifactId> |
8 | | - <version>4.0.6</version> |
| 8 | + <version>4.0.7</version> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 | <name>IPP V3 Java DevKit</name> |
11 | 11 | <url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url> |
|
151 | 151 | <dependency> |
152 | 152 | <groupId>com.fasterxml.jackson.core</groupId> |
153 | 153 | <artifactId>jackson-annotations</artifactId> |
154 | | - <version>2.8.8</version> |
| 154 | + <version>2.9.6</version> |
155 | 155 | </dependency> |
156 | 156 | <dependency> |
157 | 157 | <groupId>com.fasterxml.jackson.core</groupId> |
158 | 158 | <artifactId>jackson-core</artifactId> |
159 | | - <version>2.8.8</version> |
| 159 | + <version>2.9.6</version> |
160 | 160 | </dependency> |
161 | 161 | <dependency> |
162 | 162 | <groupId>com.fasterxml.jackson.core</groupId> |
163 | 163 | <artifactId>jackson-databind</artifactId> |
164 | | - <version>2.8.8</version> |
| 164 | + <version>2.9.6</version> |
165 | 165 | </dependency> |
166 | 166 | <dependency> |
167 | 167 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
168 | 168 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
169 | | - <version>2.8.8</version> |
| 169 | + <version>2.9.6</version> |
170 | 170 | </dependency> |
171 | 171 | <dependency> |
172 | 172 | <groupId>com.fasterxml.jackson.module</groupId> |
173 | 173 | <artifactId>jackson-module-jaxb-annotations</artifactId> |
174 | | - <version>2.8.8</version> |
| 174 | + <version>2.9.6</version> |
175 | 175 | </dependency> |
176 | 176 | <dependency> |
177 | 177 | <groupId>com.fasterxml.jackson.datatype</groupId> |
178 | 178 | <artifactId>jackson-datatype-joda</artifactId> |
179 | | - <version>2.8.8</version> |
| 179 | + <version>2.9.6</version> |
180 | 180 | </dependency> |
181 | 181 | </dependencies> |
182 | 182 |
|
|
0 commit comments