Skip to content

Commit

Permalink
TRUNK-5499-Upgrading the Hibernate Library from 4.3.9.Final to 4.3.10…
Browse files Browse the repository at this point in the history
….Final (#2966)
  • Loading branch information
Irenyak1 authored and dkayiwa committed Nov 14, 2019
1 parent 2e256d9 commit 9cc6c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,12 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.2.0.Final</version>
<version>6.0.16.Final</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-orm</artifactId>
<version>5.1.2.Final</version>
<version>5.3.0.Final</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
Expand Down Expand Up @@ -1057,7 +1057,7 @@
<openmrs.version>${project.version}</openmrs.version>

<springVersion>4.1.4.RELEASE</springVersion>
<hibernateVersion>4.3.9.Final</hibernateVersion>
<hibernateVersion>4.3.10.Final</hibernateVersion>
<customArgLineForTesting/>

<sonar.host.url>https://sonar.openmrs.org</sonar.host.url>
Expand Down

0 comments on commit 9cc6c71

Please sign in to comment.