Skip to content

Commit

Permalink
Bump version up
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Jun 21, 2024
1 parent ab3731a commit f475a73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@ Depending on the Hibernate version you are using, you need to add the following
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-63</artifactId>
<version>3.7.6</version>
<version>3.7.7</version>
</dependency>

#### Hibernate 6.2

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-62</artifactId>
<version>3.7.6</version>
<version>3.7.7</version>
</dependency>

#### Hibernate 6.1 and 6.0

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-60</artifactId>
<version>3.7.6</version>
<version>3.7.7</version>
</dependency>

#### Hibernate 5.6 and 5.5

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-55</artifactId>
<version>3.7.6</version>
<version>3.7.7</version>
</dependency>

#### Optional Maven Dependencies
Expand Down

0 comments on commit f475a73

Please sign in to comment.