File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,31 +31,31 @@ Depending on the Hibernate version you are using, you need to add the following
31
31
<dependency>
32
32
<groupId>io.hypersistence</groupId>
33
33
<artifactId>hypersistence-utils-hibernate-63</artifactId>
34
- <version>3.9.0 </version>
34
+ <version>3.9.1 </version>
35
35
</dependency>
36
36
37
37
#### Hibernate 6.2
38
38
39
39
<dependency>
40
40
<groupId>io.hypersistence</groupId>
41
41
<artifactId>hypersistence-utils-hibernate-62</artifactId>
42
- <version>3.9.0 </version>
42
+ <version>3.9.1 </version>
43
43
</dependency>
44
44
45
45
#### Hibernate 6.1 and 6.0
46
46
47
47
<dependency>
48
48
<groupId>io.hypersistence</groupId>
49
49
<artifactId>hypersistence-utils-hibernate-60</artifactId>
50
- <version>3.9.0 </version>
50
+ <version>3.9.1 </version>
51
51
</dependency>
52
52
53
53
#### Hibernate 5.6 and 5.5
54
54
55
55
<dependency>
56
56
<groupId>io.hypersistence</groupId>
57
57
<artifactId>hypersistence-utils-hibernate-55</artifactId>
58
- <version>3.9.0 </version>
58
+ <version>3.9.1 </version>
59
59
</dependency>
60
60
61
61
#### Optional Maven Dependencies
You can’t perform that action at this time.
0 commit comments