Skip to content

Commit 57af4b4

Browse files
committed
...
1 parent cc82a8c commit 57af4b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 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.3.0</version>
26+
<version>2.3.1</version>
2727
</dependency>
2828
```
2929

@@ -32,14 +32,15 @@ If so, also add:
3232

3333
```xml
3434
<dependency>
35+
<!-- note: typically only ".0" patch version exists for core annotations
3536
<groupId>com.fasterxml.jackson.core</groupId>
3637
<artifactId>jackson-annotations</artifactId>
3738
<version>2.3.0</version>
3839
</dependency>
3940
<dependency>
4041
<groupId>com.fasterxml.jackson.core</groupId>
4142
<artifactId>jackson-core</artifactId>
42-
<version>2.3.0</version>
43+
<version>2.3.1</version>
4344
</dependency>
4445
```
4546

0 commit comments

Comments
 (0)