aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTatu Saloranta <tsaloranta@gmail.com>2013-01-19 13:37:00 -0800
committerTatu Saloranta <tsaloranta@gmail.com>2013-01-19 13:37:00 -0800
commit08529d5d5819afe7919871b8e744ef8a6b2a73de (patch)
tree2c415481737fa35f58d4b14fdf97a7a307d57a35 /README.md
parenta795fa2b56ed3632143908afbc13aa2ce59a1410 (diff)
downloadjackson-databind-08529d5d5819afe7919871b8e744ef8a6b2a73de.tar.gz
...
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 543c54197..7131f8fad 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.1.1</version>
+ <version>2.1.3</version>
</dependency>
Since package also depends on '''jackson-core''' and '''jackson-databind''' packages, you will need to download these if not using Maven; and you may also want to add them as Maven dependency to ensure that compatible versions are used.
@@ -41,12 +41,12 @@ If so, also add:
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.1.1</version>
+ <version>2.1.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.1.1</version>
+ <version>2.1.3</version>
</dependency>
but note that this is optional, and only necessary if there are conflicts between jackson core dependencies through transitive dependencies.