File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Hibernate (https://hibernate.org) version 5.x data types.
24
24
<packageVersion .dir>com/fasterxml/jackson/datatype/hibernate5</packageVersion .dir>
25
25
<packageVersion .package>${project.groupId} .hibernate5</packageVersion .package>
26
26
<!-- Hibernate with JPA 2.0 -->
27
- <hibernate .version>5.3.29 .Final</hibernate .version>
27
+ <hibernate .version>5.3.37 .Final</hibernate .version>
28
28
<osgi .export>${project.groupId} .hibernate5</osgi .export>
29
29
</properties >
30
30
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Hibernate (https://hibernate.org/) version 6.x with Jakarta data types.
22
22
<packageVersion .dir>com/fasterxml/jackson/datatype/hibernate6</packageVersion .dir>
23
23
<packageVersion .package>${project.groupId} .hibernate6</packageVersion .package>
24
24
<!-- Hibernate with Jakarta Persistence 3.0 -->
25
- <hibernate .version>6.2.3 .Final</hibernate .version>
25
+ <hibernate .version>6.2.33 .Final</hibernate .version>
26
26
<osgi .export>${project.groupId} .hibernate6</osgi .export>
27
27
</properties >
28
28
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ Project: jackson-datatype-hibernate
6
6
7
7
2.19.0 (not yet released)
8
8
9
- -
9
+ - Hibernate deps:
10
+ * 5.x/JAXB: 5.3.29 -> 5.3.37
11
+ * 6.x: 6.2.3 -> 6.2.33
10
12
11
13
2.18.2 (27-Nov-2024)
12
14
2.18.1 (28-Oct-2024)
You can’t perform that action at this time.
0 commit comments