Skip to content

Commit a20db13

Browse files
committed
Update Jackson dependency; allow up to version 2.6.
Tested with 2.6.1 and it worked.
1 parent b89d5ad commit a20db13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
2222

2323
If you aren't using Maven, here are the JARs you need:
2424
- [Dropbox Core SDK 1.7.7](https://oss.sonatype.org/content/repositories/releases/com/dropbox/core/dropbox-core-sdk/1.7.7/dropbox-core-sdk-1.7.7.jar)
25-
- [Jackson Core 2.2.4](https://oss.sonatype.org/content/repositories/releases/com/fasterxml/jackson/core/jackson-core/2.2.4/jackson-core-2.2.4.jar) (JSON parser)
25+
- [Jackson Core 2.6.1](https://oss.sonatype.org/content/repositories/releases/com/fasterxml/jackson/core/jackson-core/2.6.1/jackson-core-2.6.1.jar) (JSON parser)
2626

2727
## Get a Dropbox API key
2828

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-core</artifactId>
50-
<version>[2.2,2.4)</version>
50+
<version>[2.2,2.7)</version>
5151
</dependency>
5252

5353
<!-- A "soft" dependency on the Servlet API. -->

0 commit comments

Comments
 (0)