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
3131 <dependency>
3232 <groupId>io.hypersistence</groupId>
3333 <artifactId>hypersistence-utils-hibernate-60</artifactId>
34- <version>3.1.1 </version>
34+ <version>3.1.2 </version>
3535 </dependency>
3636
3737#### Hibernate 5.6 and 5.5
3838
3939 <dependency>
4040 <groupId>io.hypersistence</groupId>
4141 <artifactId>hypersistence-utils-hibernate-55</artifactId>
42- <version>3.1.1 </version>
42+ <version>3.1.2 </version>
4343 </dependency>
4444
4545#### Hibernate 5.4, 5.3 and 5.2
4646
4747 <dependency>
4848 <groupId>io.hypersistence</groupId>
4949 <artifactId>hypersistence-utils-hibernate-52</artifactId>
50- <version>3.1.1 </version>
50+ <version>3.1.2 </version>
5151 </dependency>
5252
5353#### Hibernate 5.1 and 5.0
5454
5555 <dependency>
5656 <groupId>io.hypersistence</groupId>
5757 <artifactId>hypersistence-utils-hibernate-5</artifactId>
58- <version>3.1.1 </version>
58+ <version>3.1.2 </version>
5959 </dependency>
6060
6161#### Optional Maven Dependencies
You can’t perform that action at this time.
0 commit comments