Skip to content

Commit b137605

Browse files
authored
Update Jackson dependencies version to 3.0.1
1 parent 7342b81 commit b137605

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
@@ -43,7 +43,7 @@ To use module on Maven-based projects, use following dependency
4343
<dependency>
4444
<groupId>tools.jackson.datatype</groupId>
4545
<artifactId>jackson-datatype-hibernate5</artifactId>
46-
<version>3.0.0</version>
46+
<version>3.0.1</version>
4747
</dependency>
4848
```
4949

@@ -55,7 +55,7 @@ Note that you need to use "jackson-datatype-hibernate4" for Hibernate 4.x.
5555
<dependency>
5656
<groupId>tools.jackson.datatype</groupId>
5757
<artifactId>jackson-datatype-hibernate4</artifactId>
58-
<version>3.0.0</version>
58+
<version>3.0.1</version>
5959
</dependency>
6060
```
6161

@@ -66,7 +66,7 @@ you will need the jakarta suffixed dependency for Hibernate 5.5:
6666
<dependency>
6767
<groupId>tools.jackson.datatype</groupId>
6868
<artifactId>jackson-datatype-hibernate5-jakarta</artifactId>
69-
<version>3.0.0</version>
69+
<version>3.0.1</version>
7070
</dependency>
7171
```
7272

@@ -77,7 +77,7 @@ but you will need to use "jackson-datatype-hibernate6" for Hibernate 6.x:
7777
<dependency>
7878
<groupId>tools.jackson.datatype</groupId>
7979
<artifactId>jackson-datatype-hibernate6</artifactId>
80-
<version>3.0.0</version>
80+
<version>3.0.1</version>
8181
</dependency>
8282
```
8383

@@ -87,7 +87,7 @@ and finally, for Hibernate 7.x
8787
<dependency>
8888
<groupId>tools.jackson.datatype</groupId>
8989
<artifactId>jackson-datatype-hibernate7</artifactId>
90-
<version>3.0.0</version>
90+
<version>3.0.1</version>
9191
</dependency>
9292
```
9393

0 commit comments

Comments
 (0)