@@ -59,7 +59,7 @@ To use module on Maven-based projects, use following dependency
59
59
<dependency >
60
60
<groupId >com.fasterxml.jackson.datatype</groupId >
61
61
<artifactId >jackson-datatype-hibernate5</artifactId >
62
- <version >2.19.1 </version >
62
+ <version >2.19.2 </version >
63
63
</dependency >
64
64
```
65
65
@@ -71,7 +71,7 @@ Note that you need to use "jackson-datatype-hibernate4" for Hibernate 4.x.
71
71
<dependency >
72
72
<groupId >com.fasterxml.jackson.datatype</groupId >
73
73
<artifactId >jackson-datatype-hibernate4</artifactId >
74
- <version >2.19.1 </version >
74
+ <version >2.19.2 </version >
75
75
</dependency >
76
76
```
77
77
@@ -82,7 +82,7 @@ you will need the jakarta suffixed dependency for Hibernate 5.5:
82
82
<dependency >
83
83
<groupId >com.fasterxml.jackson.datatype</groupId >
84
84
<artifactId >jackson-datatype-hibernate5-jakarta</artifactId >
85
- <version >2.19.1 </version >
85
+ <version >2.19.2 </version >
86
86
</dependency >
87
87
```
88
88
@@ -93,11 +93,11 @@ but you will need to use "jackson-datatype-hibernate6" for Hibernate 6.x:
93
93
<dependency >
94
94
<groupId >com.fasterxml.jackson.datatype</groupId >
95
95
<artifactId >jackson-datatype-hibernate6</artifactId >
96
- <version >2.19.1 </version >
96
+ <version >2.19.2 </version >
97
97
</dependency >
98
98
```
99
99
100
- and finally, for Hibernate 7.x
100
+ and finally, for Hibernate 7.x (not yet released)
101
101
102
102
``` xml
103
103
<dependency >
0 commit comments