Skip to content

Commit b4ec4f1

Browse files
committed
minor update to README
1 parent ce7139b commit b4ec4f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

properties/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ assuming dotted notation, but configurable from non-nested to other separators).
77

88
## Status
99

10-
Jackson 2.8.0 was the first official release. With 2.8.x this is still considered somewhat
11-
experimental module.
10+
Since version 2.9 this module is considered complete and production ready.
11+
All Jackson layers (streaming, databind, tree model) are supported.
1212

1313
## Maven dependency
1414

@@ -18,7 +18,7 @@ To use this extension on Maven-based projects, use following dependency:
1818
<dependency>
1919
<groupId>com.fasterxml.jackson.dataformat</groupId>
2020
<artifactId>jackson-dataformat-properties</artifactId>
21-
<version>2.8.8</version>
21+
<version>2.13.4</version>
2222
</dependency>
2323
```
2424

0 commit comments

Comments
 (0)