Skip to content

Commit 02a51b9

Browse files
authored
Correct Hibernate 7.x dependency version details
Updated Hibernate 7.x dependency version information in README.
1 parent a81d426 commit 02a51b9

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
@@ -99,14 +99,14 @@ but you will need to use "jackson-datatype-hibernate6" for Hibernate 6.x:
9999
</dependency>
100100
```
101101

102-
and finally, for Hibernate 7.x (not yet released)
102+
and finally, for Hibernate 7.x
103103

104104
```xml
105105
<dependency>
106106
<groupId>com.fasterxml.jackson.datatype</groupId>
107107
<artifactId>jackson-datatype-hibernate7</artifactId>
108-
<!-- will be added in Jackson 2.20.0: -->
109-
<version>2.20.0-SNAPSHOT</version>
108+
<!-- added in Jackson 2.20.0: -->
109+
<version>2.20.0</version>
110110
</dependency>
111111
```
112112

0 commit comments

Comments
 (0)