Skip to content

Commit 41b04e0

Browse files
committed
Merge branch '2.x' of github.com:FasterXML/jackson-datatype-hibernate into 2.x
2 parents c676bdc + 4d1187e commit 41b04e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 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,11 +93,11 @@ 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>

0 commit comments

Comments
 (0)