Skip to content

Commit 4d1187e

Browse files
authored
Update README.md
1 parent 839c251 commit 4d1187e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To use module on Maven-based projects, use following dependency
5959
<dependency>
6060
<groupId>com.fasterxml.jackson.datatype</groupId>
6161
<artifactId>jackson-datatype-hibernate5</artifactId>
62-
<version>2.19.1</version>
62+
<version>2.19.2</version>
6363
</dependency>
6464
```
6565

@@ -71,7 +71,7 @@ Note that you need to use "jackson-datatype-hibernate4" for Hibernate 4.x.
7171
<dependency>
7272
<groupId>com.fasterxml.jackson.datatype</groupId>
7373
<artifactId>jackson-datatype-hibernate4</artifactId>
74-
<version>2.19.1</version>
74+
<version>2.19.2</version>
7575
</dependency>
7676
```
7777

@@ -82,7 +82,7 @@ you will need the jakarta suffixed dependency for Hibernate 5.5:
8282
<dependency>
8383
<groupId>com.fasterxml.jackson.datatype</groupId>
8484
<artifactId>jackson-datatype-hibernate5-jakarta</artifactId>
85-
<version>2.19.1</version>
85+
<version>2.19.2</version>
8686
</dependency>
8787
```
8888

@@ -93,17 +93,17 @@ but you will need to use "jackson-datatype-hibernate6" for Hibernate 6.x:
9393
<dependency>
9494
<groupId>com.fasterxml.jackson.datatype</groupId>
9595
<artifactId>jackson-datatype-hibernate6</artifactId>
96-
<version>2.19.1</version>
96+
<version>2.19.2</version>
9797
</dependency>
9898
```
9999

100-
and finally, for Hibernate 7.x
100+
and finally, for Hibernate 7.x (not yet released)
101101

102102
```xml
103103
<dependency>
104104
<groupId>com.fasterxml.jackson.datatype</groupId>
105105
<artifactId>jackson-datatype-hibernate7</artifactId>
106-
<version>2.19.1</version>
106+
<version>not yet released</version>
107107
</dependency>
108108
```
109109

0 commit comments

Comments
 (0)