Skip to content

Commit 851debd

Browse files
committed
...
1 parent 37cf6f2 commit 851debd

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
@@ -23,7 +23,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
2323
<dependency>
2424
<groupId>com.fasterxml.jackson.core</groupId>
2525
<artifactId>jackson-databind</artifactId>
26-
<version>2.2.2</version>
26+
<version>2.3.0</version>
2727
</dependency>
2828
```
2929

@@ -34,12 +34,12 @@ If so, also add:
3434
<dependency>
3535
<groupId>com.fasterxml.jackson.core</groupId>
3636
<artifactId>jackson-annotations</artifactId>
37-
<version>2.2.2</version>
37+
<version>2.3.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.fasterxml.jackson.core</groupId>
4141
<artifactId>jackson-core</artifactId>
42-
<version>2.2.2</version>
42+
<version>2.3.0</version>
4343
</dependency>
4444
```
4545

0 commit comments

Comments
 (0)