Skip to content

Commit

Permalink
Changed dependency to use hibernate 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jorizci committed Aug 31, 2018
1 parent 66cc9ef commit 0391e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
<url>http://github.com/EBIvariation/ega-accession</url>

<properties>
<hibernate.version>5.2.17.Final</hibernate.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<buildDirectory>${project.basedir}/target</buildDirectory>
</properties>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version>
<version>1.5.13.RELEASE</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 0391e84

Please sign in to comment.