Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrniko authored Aug 25, 2022
1 parent 3cb9c6e commit d0f4c6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions redisson-hibernate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@ Maven
<artifactId>redisson-hibernate-53</artifactId>
<!-- for Hibernate v6.0.2+ - v6.1.x -->
<artifactId>redisson-hibernate-6</artifactId>
<version>3.17.5</version>
<version>3.17.6</version>
</dependency>
```

Gradle

```groovy
// for Hibernate v4.x
compile 'org.redisson:redisson-hibernate-4:3.17.5'
compile 'org.redisson:redisson-hibernate-4:3.17.6'
// for Hibernate v5.0.x - v5.1.x
compile 'org.redisson:redisson-hibernate-5:3.17.4'
compile 'org.redisson:redisson-hibernate-5:3.17.6'
// for Hibernate v5.2.x
compile 'org.redisson:redisson-hibernate-52:3.17.5'
compile 'org.redisson:redisson-hibernate-52:3.17.6'
// for Hibernate v5.3.3+ - v5.6.x
compile 'org.redisson:redisson-hibernate-53:3.17.5'
compile 'org.redisson:redisson-hibernate-53:3.17.6'
// for Hibernate v6.0.2+ - v6.1.x
compile 'org.redisson:redisson-hibernate-6:3.17.5'
compile 'org.redisson:redisson-hibernate-6:3.17.6'
```

### 2. Specify hibernate cache settings
Expand Down

0 comments on commit d0f4c6a

Please sign in to comment.