Skip to content

Commit

Permalink
Update hibernate to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
phaneesh committed Nov 30, 2020
1 parent 43f3b94 commit 4f3a282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.raven.db</groupId>
<artifactId>janus</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>janus</name>
Expand Down Expand Up @@ -49,7 +49,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<lombok.version>1.18.16</lombok.version>
<hibernate.version>5.4.20.Final</hibernate.version>
<hibernate.version>5.4.24.Final</hibernate.version>
<hibernate.validator.version>5.4.3.Final</hibernate.validator.version>
<cglib.version>3.3.0</cglib.version>
<guava.version>23.0</guava.version>
Expand Down

0 comments on commit 4f3a282

Please sign in to comment.