Skip to content

Commit

Permalink
library upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
myungchoi committed Mar 11, 2020
1 parent d8c5b94 commit 576cf83
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>edu.gatech.chai</groupId>
<artifactId>omoponfhir-omopv5-jpabase</artifactId>
<packaging>jar</packaging>
<version>1.1.2</version>
<version>1.1.3</version>
<name>omoponfhir-omopv5-jpabase</name>
<description>OMOP on FHIR JPABASE for OMOP version 5</description>
<url>http:https://maven.apache.org</url>
Expand All @@ -28,9 +28,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hibernate_version>5.3.1.Final</hibernate_version>
<spring_version>5.0.8.RELEASE</spring_version>
<hibernate_version>5.3.1.Final</hibernate_version>
<hibernate_version>5.4.6.Final</hibernate_version>
<spring_version>5.2.3.RELEASE</spring_version>
</properties>

<dependencies>
Expand Down

0 comments on commit 576cf83

Please sign in to comment.