Skip to content

Commit

Permalink
Bump version up
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Jul 25, 2024
1 parent 418f446 commit 984465e
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.8.1</version>
<version>3.8.2</version>
</dependency>

#### Hibernate 6.2

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-62</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
</dependency>

#### Hibernate 6.1 and 6.0

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-60</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
</dependency>

#### Hibernate 5.6 and 5.5

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-55</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
</dependency>

#### Optional Maven Dependencies
Expand Down

0 comments on commit 984465e

Please sign in to comment.