Skip to content

Commit 670aad6

Browse files
committed
...
1 parent a457501 commit 670aad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Overview
22

33
This project contains the general-purpose data-binding functionality
4-
and tree-model for [Jackson Data Processor](http://wiki.fasterxml.com/JacksonHome)
4+
and tree-model for [Jackson Data Processor](http://wiki.fasterxml.com/JacksonHome).
55
It builds on [core streaming parser/generator](../../../jackson-core) package,
66
and uses [Jackson Annotations](../../../jackson-annotations) for configuration.
77

@@ -22,11 +22,11 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
2222
<dependency>
2323
<groupId>com.fasterxml.jackson.core</groupId>
2424
<artifactId>jackson-databind</artifactId>
25-
<version>2.2.0</version>
25+
<version>2.2.2</version>
2626
</dependency>
2727
```
2828

29-
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.
29+
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.
3030
If so, also add:
3131

3232
```xml

0 commit comments

Comments
 (0)