Skip to content

Commit

Permalink
Bump version up
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Aug 3, 2022
1 parent 45da910 commit 933c594
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -17,47 +17,47 @@ Depending on the Hibernate version you are using, you need to add the following
<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-60</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>

#### Hibernate 5.6 and 5.5

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-55</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>

#### Hibernate 5.4, 5.3 and 5.2

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-52</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>

#### Hibernate 5.1 and 5.0

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-5</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>

#### Hibernate 4.3

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-43</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>

#### Hibernate 4.2 and 4.1

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-4</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>

#### Optional Maven Dependencies
Expand Down

0 comments on commit 933c594

Please sign in to comment.